diff --git a/CHANGELOG.md b/CHANGELOG.md index 969a011..ad46cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -#### Next Release +#### v0.2.2 -* Relaxed dependency on a specific version of Grape [#20](https://github.com/LTe/grape-rabl/pull/20) [@cheef](https://github.com/cheef) +* Relaxed dependency on a specific version of Grape [#20](https://github.com/LTe/grape-rabl/pull/20) [@cheef](https://github.com/cheef) [view commit](https://github.com/LTe/grape-rabl/commit/56da0a5bcecb16501cdd93ac25f3b6ca6d7a86f0) #### v0.2.1 diff --git a/lib/grape-rabl/version.rb b/lib/grape-rabl/version.rb index a096bb4..8cac25b 100644 --- a/lib/grape-rabl/version.rb +++ b/lib/grape-rabl/version.rb @@ -1,5 +1,5 @@ module Grape module Rabl - VERSION = "0.2.1" + VERSION = "0.2.2" end end