diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f5f4a..5cb3c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [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) + ## [v0.34.0](https://github.com/kyledecot/app_store_connect/tree/v0.34.0) (2023-02-08) [Full Changelog](https://github.com/kyledecot/app_store_connect/compare/v0.33.0...v0.34.0) diff --git a/Gemfile.lock b/Gemfile.lock index b81d601..a78433c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - app_store_connect (0.35.0) + app_store_connect (0.36.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 251cdc8..68b7d82 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.35.0' + VERSION = '0.36.0' end