diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b77f50..6538ca9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f633c..0b8ccc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.8.0](https://github.com/privy-io/ruby-sdk/compare/v0.7.0...v0.8.0) (2026-08-07) + + +### Features + +* **api:** api update ([273ce94](https://github.com/privy-io/ruby-sdk/commit/273ce944a058f43540dcd3a02169560bc2845d50)) +* **api:** api update ([716735e](https://github.com/privy-io/ruby-sdk/commit/716735e1f045ba60085b587d886ff19766074c02)) +* **api:** api update ([16960a0](https://github.com/privy-io/ruby-sdk/commit/16960a0e571d99cf451105db2e18b0e2c8244d40)) +* **api:** api update ([0a73150](https://github.com/privy-io/ruby-sdk/commit/0a73150e94f34e937ba124bd27da21702b7be2d7)) +* **api:** api update ([47d511d](https://github.com/privy-io/ruby-sdk/commit/47d511d6ddab9332e97ad13fd6731d016f8fcfe8)) +* **api:** api update ([3267fd7](https://github.com/privy-io/ruby-sdk/commit/3267fd79fca7f398457c117a876112a4eb646505)) +* **api:** api update ([0cb359b](https://github.com/privy-io/ruby-sdk/commit/0cb359b0af7cd1a68144f8890a60f106f2a30340)) +* **api:** api update ([61cf706](https://github.com/privy-io/ruby-sdk/commit/61cf70687aa013b78aa3ad5a510bd37f9c674a4d)) +* **api:** api update ([2fca9f5](https://github.com/privy-io/ruby-sdk/commit/2fca9f5192d4592921507a909d1dbeaf7674f69b)) +* **api:** api update ([13eca29](https://github.com/privy-io/ruby-sdk/commit/13eca2969f3cdbda87ffeb2f88a6056649012a02)) +* **api:** api update ([ec59927](https://github.com/privy-io/ruby-sdk/commit/ec599274d71a3645615cb4fc21ae86f3ba22fc26)) +* **api:** api update ([84dee3b](https://github.com/privy-io/ruby-sdk/commit/84dee3b4747cfd0a151b9a45f1e6978430164446)) +* **api:** api update ([ae0c6aa](https://github.com/privy-io/ruby-sdk/commit/ae0c6aa87f5df712d25e6e6f311018a1332d8293)) +* initial stlc build ([fa0bc14](https://github.com/privy-io/ruby-sdk/commit/fa0bc148abaecc041c58cb0bde0af2648e5d6ce9)) + + +### Bug Fixes + +* **ci:** authenticate staging back-sync with builder blobby ([8915c50](https://github.com/privy-io/ruby-sdk/commit/8915c50e5fe2b1d7d8b8be0d4ba5936b89af79f1)) + ## 0.7.0 (2026-07-24) Full Changelog: [v0.6.0...v0.7.0](https://github.com/privy-io/ruby-sdk/compare/v0.6.0...v0.7.0) diff --git a/Gemfile.lock b/Gemfile.lock index c346eb5..84c893b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - privy_ruby (0.7.0) + privy_ruby (0.8.0) cgi connection_pool hpke diff --git a/README.md b/README.md index 3de8eb5..c397da7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "privy_ruby", "~> 0.7.0" +gem "privy_ruby", "~> 0.8.0" ``` diff --git a/lib/privy/version.rb b/lib/privy/version.rb index bb1b344..feca694 100644 --- a/lib/privy/version.rb +++ b/lib/privy/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Privy - VERSION = "0.7.0" + VERSION = "0.8.0" end