Skip to content

Commit

Permalink
v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Krisztián Gödrei committed Jul 5, 2016
1 parent 4bbabbb commit 5f4ccac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## Changelog (Current version: 0.9.5)
## Changelog (Current version: 0.9.6)

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

### 0.9.6 (2016 Jul 05)

* [4bbabbb] prepare for 0.9.6
* [6ca209a] Merge pull request #26 from bitrise-core/framework_filter
* [4037f78] frameworks filter
* [3c31b91] Merge pull request #27 from bitrise-core/script
* [1651bd2] capitalize script step

### 0.9.5 (2016 Jul 01)

* [5e014cd] prepare for 0.9.5
Expand Down Expand Up @@ -67,4 +75,4 @@

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

Updated: 2016 Jul 01
Updated: 2016 Jul 05
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.5"
const VERSION = "0.9.6"

0 comments on commit 5f4ccac

Please sign in to comment.