Skip to content

Commit

Permalink
v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledecot committed Feb 8, 2023
1 parent 407cda7 commit 3a5fd83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## [Unreleased](https://github.com/kyledecot/app_store_connect/tree/HEAD)
## [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...HEAD)
[Full Changelog](https://github.com/kyledecot/app_store_connect/compare/v0.33.0...v0.34.0)

**Merged pull requests:**

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.33.0)
app_store_connect (0.34.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.33.0'
VERSION = '0.34.0'
end

0 comments on commit 3a5fd83

Please sign in to comment.