Skip to content

Commit

Permalink
Release 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed May 25, 2021
1 parent 08fa9e4 commit 1a55ace
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.7.0] - 2021-05-25
### Added
- ...
- (openapi) Allows matching of response behaviours based on request parameters in static configuration.
- (openapi) Allows specification of example name in static configuration.
- (core) Exposes request path to scripts for easier conditional logic.

## [1.6.2] - 2021-05-07
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ext {

subprojects {
group 'io.gatehill.imposter'
version '1.6.3-SNAPSHOT'
version '1.7.0'

buildscript {
ext {
Expand Down

0 comments on commit 1a55ace

Please sign in to comment.