Skip to content

Commit

Permalink
v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledecot committed Feb 14, 2023
1 parent 2e7014a commit dbb1db6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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:
app_store_connect (0.36.0)
app_store_connect (0.37.0)
activesupport (>= 6.0.0)
jwt (>= 1.4)

Expand Down
2 changes: 1 addition & 1 deletion lib/app_store_connect/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AppStoreConnect
VERSION = '0.36.0'
VERSION = '0.37.0'
end

0 comments on commit dbb1db6

Please sign in to comment.