Skip to content

Commit

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


##
[5.9.0](tremendous_ruby/v5.8.0...tremendous_ruby/v5.9.0)
(2024-12-03)


### Features

* add `DeliveryMetadata` to `POST /orders`
([#53](#53))
([924de4c](924de4c)),
closes
[#52](#52)


### Bug Fixes

* add missing `FraudReviewReason` value
([924de4c](924de4c))
* fix typos
([924de4c](924de4c))

---
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 Dec 3, 2024
1 parent 924de4c commit 346e091
Show file tree
Hide file tree
Showing 4 changed files with 16 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.8.0"
".": "5.9.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [5.9.0](https://github.com/tremendous-rewards/tremendous-ruby/compare/tremendous_ruby/v5.8.0...tremendous_ruby/v5.9.0) (2024-12-03)


### Features

* add `DeliveryMetadata` to `POST /orders` ([#53](https://github.com/tremendous-rewards/tremendous-ruby/issues/53)) ([924de4c](https://github.com/tremendous-rewards/tremendous-ruby/commit/924de4cba47339dceca4f8bb495a552d760c1682)), closes [#52](https://github.com/tremendous-rewards/tremendous-ruby/issues/52)


### Bug Fixes

* add missing `FraudReviewReason` value ([924de4c](https://github.com/tremendous-rewards/tremendous-ruby/commit/924de4cba47339dceca4f8bb495a552d760c1682))
* fix typos ([924de4c](https://github.com/tremendous-rewards/tremendous-ruby/commit/924de4cba47339dceca4f8bb495a552d760c1682))

## [5.8.0](https://github.com/tremendous-rewards/tremendous-ruby/compare/tremendous_ruby/v5.7.0...tremendous_ruby/v5.8.0) (2024-11-08)


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.8.0)
tremendous_ruby (5.9.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.8.0"
VERSION = "5.9.0"
end

0 comments on commit 346e091

Please sign in to comment.