diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe9940..b4d22e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -**master** +**0.2.6** * [#45](https://github.com/vasilakisfil/SimpleAMS/pull/45) add changelog * [#44](https://github.com/vasilakisfil/SimpleAMS/pull/44) add Ruby 3.0 support * [#42](https://github.com/vasilakisfil/SimpleAMS/pull/42) fix bug when more than 1 nested relations where specified on Renderer diff --git a/lib/simple_ams/version.rb b/lib/simple_ams/version.rb index fae4dc1..59e16ad 100644 --- a/lib/simple_ams/version.rb +++ b/lib/simple_ams/version.rb @@ -1,3 +1,3 @@ module SimpleAMS - VERSION = '0.2.5'.freeze + VERSION = '0.2.6'.freeze end