Skip to content

Commit

Permalink
Up version to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deanWombourne committed Sep 26, 2018
1 parent 75036ff commit 4375064
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Unreleased

### 0.17.1
+ fix for name property on PageObject (thanks @ilyapuchka)

## 0.17.0 (all @ilyapuchka)
+ Xcode 10 support
+ Support for named matches
Expand Down
2 changes: 1 addition & 1 deletion XCTest-Gherkin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "XCTest-Gherkin"
s.version = "0.17.0"
s.version = "0.17.1"
s.summary = "Gherkin style tests"
s.description = <<-DESC
Adds Gherkin syntax to XCTestCase
Expand Down

0 comments on commit 4375064

Please sign in to comment.