Skip to content

Commit

Permalink
Bump version and CHANGELOG in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Feb 1, 2022
1 parent 930c5d0 commit 76ee8a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Next
## 0.17.1
* Allow storage class to be customized when using the built-in bare metal provider.
* Fix a bug where the assets image would be built using the previous app image instead of the current one.
* Centralize the lookup of the Rails master key (not user-facing).
* Add descriptions to numerous CLI commands and their arguments.
* CLI now accepts multiple `--only` flags passed to subcommands like `build`, `push`, etc.
* Allow running setup steps for individual plugins.

## 0.16.1
* Fix a few bugs caused by leaving `continue-on-error: true` in the GitHub actions config 🤦
Expand Down
2 changes: 1 addition & 1 deletion lib/kuby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# typed: true

module Kuby
VERSION = '0.16.1'.freeze
VERSION = '0.17.0'.freeze
end

0 comments on commit 76ee8a0

Please sign in to comment.