Skip to content

Commit

Permalink
fix: Bug in upload process (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Jan 21, 2022
1 parent 9503eb0 commit 6975dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Fixes

- fix: Bug in upload process (#109)
- fix: Correct link to sentry docs in action description (#104)

## 1.11.0
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/sentry/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Fastlane
module Sentry
VERSION = "1.11.0"
CLI_VERSION = "1.70.1"
CLI_VERSION = "1.72.0"
end
end

0 comments on commit 6975dae

Please sign in to comment.