We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33da36d commit 4af4a4dCopy full SHA for 4af4a4d
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-**master**
+**0.2.6**
2
* [#45](https://github.com/vasilakisfil/SimpleAMS/pull/45) add changelog
3
* [#44](https://github.com/vasilakisfil/SimpleAMS/pull/44) add Ruby 3.0 support
4
* [#42](https://github.com/vasilakisfil/SimpleAMS/pull/42) fix bug when more than 1 nested relations where specified on Renderer
lib/simple_ams/version.rb
@@ -1,3 +1,3 @@
module SimpleAMS
- VERSION = '0.2.5'.freeze
+ VERSION = '0.2.6'.freeze
end
0 commit comments