Skip to content

Commit 9e89829

Browse files
committed
Bump to version 0.15.0
1 parent dccd5b6 commit 9e89829

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 0.15.0 (December 30, 2021)
4+
5+
* Support for Rails 7 (@tagliala)
6+
* Improvements to unit testing
7+
* Miscellanious other bug fixes
8+
39
## 0.14.5 (May 29th, 2021)
410

511
* Restrict and validate the `to_***` methods available within engine (Brian McFadden)

lib/rabl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rabl
2-
VERSION = "0.14.5"
2+
VERSION = "0.15.0"
33
end

0 commit comments

Comments
 (0)