Skip to content

Commit

Permalink
fix: Bug in upload process
Browse files Browse the repository at this point in the history
Bump minimum sentry-cli version to 1.72.0,
because of an important bug fix that sometimes
crashed the upload process,
getsentry/sentry-cli#1104.

Fixes GH-108
  • Loading branch information
philipphofmann committed Jan 21, 2022
1 parent 9503eb0 commit 0283009
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 0283009

Please sign in to comment.