diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb3c05..96a0258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v0.37.0](https://github.com/kyledecot/app_store_connect/tree/v0.37.0) (2023-02-14) + +[Full Changelog](https://github.com/kyledecot/app_store_connect/compare/v0.36.0...v0.37.0) + +**Merged pull requests:** + +- Manage In-App Purchase Localizations and Price Points [\#133](https://github.com/kyledecot/app_store_connect/pull/133) ([tmarkanov](https://github.com/tmarkanov)) + +## [v0.36.0](https://github.com/kyledecot/app_store_connect/tree/v0.36.0) (2023-02-08) + +[Full Changelog](https://github.com/kyledecot/app_store_connect/compare/v0.35.0...v0.36.0) + ## [v0.35.0](https://github.com/kyledecot/app_store_connect/tree/v0.35.0) (2023-02-08) [Full Changelog](https://github.com/kyledecot/app_store_connect/compare/v0.34.0...v0.35.0) diff --git a/Gemfile.lock b/Gemfile.lock index a78433c..c59eb2f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - app_store_connect (0.36.0) + app_store_connect (0.37.0) activesupport (>= 6.0.0) jwt (>= 1.4) diff --git a/lib/app_store_connect/version.rb b/lib/app_store_connect/version.rb index 68b7d82..68d1aa1 100644 --- a/lib/app_store_connect/version.rb +++ b/lib/app_store_connect/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AppStoreConnect - VERSION = '0.36.0' + VERSION = '0.37.0' end