Skip to content

Commit

Permalink
Merge pull request #42 from tremendous-rewards/release-please--branch…
Browse files Browse the repository at this point in the history
…es--main--components--tremendous_ruby

chore(main): release tremendous_ruby 5.6.0
  • Loading branch information
lucasmazza authored Sep 30, 2024
2 parents 4dad221 + 9903cc9 commit 0914eab
Show file tree
Hide file tree
Showing 4 changed files with 19 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.5.0"
".": "5.6.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [5.6.0](https://github.com/tremendous-rewards/tremendous-ruby/compare/tremendous_ruby-v5.5.0...tremendous_ruby/v5.6.0) (2024-09-26)


### Features

* Add `international` prop to `Invoice` type ([1ecfea4](https://github.com/tremendous-rewards/tremendous-ruby/commit/1ecfea45130933be82a3af5f46cbb8ae4f9e867e))
* Add missing properties to `FraudReview` and `FraudRule` related types ([1ecfea4](https://github.com/tremendous-rewards/tremendous-ruby/commit/1ecfea45130933be82a3af5f46cbb8ae4f9e867e))


### Bug Fixes

* regenerate internal classes after spec cleanup ([3800706](https://github.com/tremendous-rewards/tremendous-ruby/commit/38007068cf674239bae8ab8338fc5128fcf1bfff))
* remove unused Public key related types ([1ecfea4](https://github.com/tremendous-rewards/tremendous-ruby/commit/1ecfea45130933be82a3af5f46cbb8ae4f9e867e))
* Rename `SingleRewardOrder1*` related schemas to just `SingleRewardOrder*` ([1ecfea4](https://github.com/tremendous-rewards/tremendous-ruby/commit/1ecfea45130933be82a3af5f46cbb8ae4f9e867e))
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.5.0)
tremendous_ruby (5.6.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.5.0"
VERSION = "5.6.0"
end

0 comments on commit 0914eab

Please sign in to comment.