diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d05042..4a0511b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.6.0" + ".": "5.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6778e87..567f0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.7.0](https://github.com/tremendous-rewards/tremendous-ruby/compare/tremendous_ruby/v5.6.0...tremendous_ruby/v5.7.0) (2024-11-04) + + +### Features + +* add /reports endpoints ([#45](https://github.com/tremendous-rewards/tremendous-ruby/issues/45)) ([2793112](https://github.com/tremendous-rewards/tremendous-ruby/commit/2793112e8eb2dc362391e7dda56c760c1dc55450)) +* add support for updated_phone and updated_email on POST /api/v2/reward/:id/resend ([2793112](https://github.com/tremendous-rewards/tremendous-ruby/commit/2793112e8eb2dc362391e7dda56c760c1dc55450)) + ## [5.6.0](https://github.com/tremendous-rewards/tremendous-ruby/compare/tremendous_ruby-v5.5.0...tremendous_ruby/v5.6.0) (2024-09-26) diff --git a/Gemfile.lock b/Gemfile.lock index 8867086..11215e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tremendous_ruby (5.6.0) + tremendous_ruby (5.7.0) faraday (>= 1.0.1, < 3.0) faraday-multipart diff --git a/lib/tremendous/version.rb b/lib/tremendous/version.rb index c11ea83..8d1d5b8 100644 --- a/lib/tremendous/version.rb +++ b/lib/tremendous/version.rb @@ -1,3 +1,3 @@ module Tremendous - VERSION = "5.6.0" + VERSION = "5.7.0" end