Skip to content

Commit 8a87f00

Browse files
committed
prepare for 2.2.0
1 parent af2c740 commit 8a87f00

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
### 2.2.0 - 2.1.3 (2019 Feb 15)
3+
4+
* [af2c740] Akos Birmacher - Project scan xcode project for xcodeuitests (#97) (2019 Feb 15)
5+
* [7c4a594] Akos Birmacher - xcode & xamarin: Auto scan directory for project files (#95) (2019 Feb 13)
6+
* [b2286a9] Akos Birmacher - Add UI Target support (#94) (2019 Feb 08)
7+
* [e4bebc5] Akos Birmacher - update osxkeychain to work with go 1.11 version. (#93) (2019 Jan 15)
8+
9+
210
### 2.1.3 - 2.1.2 (2018 Aug 02)
311

412
* [f55db28] Akos Birmacher - Prepare for 2.1.3 (2018 Aug 02)
@@ -280,3 +288,4 @@
280288

281289

282290

291+

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// VERSION ...
4-
const VERSION = "2.1.3"
4+
const VERSION = "2.2.0"

0 commit comments

Comments
 (0)