Skip to content

Commit

Permalink
chore: bump version, update changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 16, 2019
1 parent eea3631 commit 5e3e24a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.9.2](https://github.com/adhocore/please/releases/tag/0.9.2) (2019-08-16)

### Bug Fixes
- Make sure ./please is staged before push (Jitendra Adhikari) [_eea3631_](https://github.com/adhocore/please/commit/eea3631)


## [0.9.1](https://github.com/adhocore/please/releases/tag/0.9.1) (2019-08-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ update()
exit 0
}
version() { echo v0.9.1; }
version() { echo v0.9.2; }
# get box.phar path
get-box()
Expand Down

0 comments on commit 5e3e24a

Please sign in to comment.