Skip to content

Commit

Permalink
Bump to version 0.16.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Aug 21, 2022
1 parent 55a2200 commit 61b4edd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.16.0 (August 21, 2022)

* Add "except" option to `extends` (Thanks @perryqh)
* Fix `ArgumentError` when block given with keyword arguments (Thanks @kyoshidajp)
* Add Ruby 3.1 to the CI matrix (Thanks @petergoldstein)
* Document Rabl setting `oj`'s mode (Thanks @ghiculescu)

## 0.15.0 (December 30, 2021)

* Support for Rails 7 (@tagliala)
Expand Down
2 changes: 1 addition & 1 deletion lib/rabl/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rabl
VERSION = "0.15.0"
VERSION = "0.16.0"
end

0 comments on commit 61b4edd

Please sign in to comment.