Skip to content

Commit 390be6d

Browse files
committed
changelog
1 parent 826217b commit 390be6d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

2+
### 2.2.1 - 2.2.0 (2019 Mar 22)
3+
4+
* [826217b] Akos Birmacher - Glob path fix (#100) (2019 Mar 22)
5+
* [ac74021] Akos Birmacher - add uitest script to readme and restructure it a bit (#99) (2019 Mar 18)
6+
* [1988469] Akos Birmacher - feat: add install_wap-xcode-uitests script (#98) (2019 Feb 26)
7+
8+
29
### 2.2.0 - 2.1.3 (2019 Feb 15)
310

411
* [8a87f00] Akos Birmacher - prepare for 2.2.0 (2019 Feb 15)
@@ -299,3 +306,4 @@
299306

300307

301308

309+

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.2.0"
4+
const VERSION = "2.2.1"

0 commit comments

Comments
 (0)