Skip to content

Commit

Permalink
chore(main): release tremendous_ruby 5.7.0 (#46)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[5.7.0](tremendous_ruby/v5.6.0...tremendous_ruby/v5.7.0)
(2024-11-04)


### Features

* add /reports endpoints
([#45](#45))
([2793112](2793112))
* add support for updated_phone and updated_email on POST
/api/v2/reward/:id/resend
([2793112](2793112))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
1 parent 2793112 commit a579cf8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.6.0"
".": "5.7.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/tremendous/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tremendous
VERSION = "5.6.0"
VERSION = "5.7.0"
end

0 comments on commit a579cf8

Please sign in to comment.