Skip to content

Commit

Permalink
Merge pull request #772 from nesquena/release/v0.17.0
Browse files Browse the repository at this point in the history
Update version and changelog
  • Loading branch information
tagliala authored Nov 26, 2024
2 parents 7f9de78 + acf5ade commit a057a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## unreleased
## 0.17.0 (Nov 26, 2024)

* Support for Rails 8 (@basex)

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.16.1"
VERSION = "0.17.0"
end

0 comments on commit a057a81

Please sign in to comment.