diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3215e6ac..d8b88594 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.40" + ".": "0.0.41" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f792180a..ed1c919b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.41 (2026-07-14) + +Full Changelog: [v0.0.40...v0.0.41](https://github.com/whopio/whopsdk-ruby/compare/v0.0.40...v0.0.41) + ## [0.0.40](https://github.com/whopio/whopsdk-ruby/compare/v0.0.39...v0.0.40) (2026-06-03) diff --git a/Gemfile.lock b/Gemfile.lock index 96684255..6ab022b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - whop_sdk (0.0.40) + whop_sdk (0.0.41) cgi connection_pool standardwebhooks diff --git a/README.md b/README.md index 33b6d4d7..2068b1a3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "whop_sdk", "~> 0.0.40" +gem "whop_sdk", "~> 0.0.41" ``` diff --git a/lib/whop_sdk/version.rb b/lib/whop_sdk/version.rb index d29a6ab9..2e37bbf6 100644 --- a/lib/whop_sdk/version.rb +++ b/lib/whop_sdk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WhopSDK - VERSION = "0.0.40" + VERSION = "0.0.41" end