Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Krisztián Gödrei committed Jun 8, 2016
1 parent 01b88cb commit 792a135
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
## Changelog (Current version: 0.9.1)
## Changelog (Current version: 0.9.2)

-----------------

### 0.9.2 (2016 Jun 08)

* [01b88cb] prepare for 0.9.2
* [9ee2bf5] Merge pull request #13 from bitrise-core/workspace_fix
* [4ba0814] step version updates
* [dc3b8c3] inspect fastfile updates
* [ca427db] cocoapods workspace fix
* [c94001c] standalone workspace fix
* [f00b3b7] Merge pull request #12 from bitrise-core/build_gradle_fix
* [9edb298] inspect only top-level build.gradle
* [e128c6e] Merge pull request #11 from bitrise-core/gradlew_fix
* [e9cba9f] root gradlew path fix
* [b77126b] gitignore

### 0.9.1 (2016 Jun 02)

* [0aff8d3] release workflow fix
Expand All @@ -15,4 +29,4 @@

-----------------

Updated: 2016 Jun 02
Updated: 2016 Jun 08
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// VERSION ...
const VERSION = "0.9.1"
const VERSION = "0.9.2"

0 comments on commit 792a135

Please sign in to comment.