Skip to content

Commit

Permalink
meta: Changelog for 1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Dec 16, 2020
1 parent e470460 commit 3da54b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .craft.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
minVersion: '0.13.2'
minVersion: '0.14.0'
github:
owner: getsentry
repo: sentry-cli
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## sentry-cli 1.61.0

* fix: Add missing underscores for template in bash hook (#872)
* feat: macOS builds for `arm64` and universal binaries (#873)

Sentry-cli will not upgrade to the `arm64` build automatically, if you're currently running on Rosetta 2. To install the `arm64` version:

- Please ensure that your terminal and shell both run natively without emulation. You can check this by running `uname -m` in your terminal.
- Remove your existing installation of `sentry-cli`.
- Follow the [Installation Instructions](https://github.com/getsentry/sentry-cli#installation) for a fresh installation.

## sentry-cli 1.60.1

* fix: Restore release modification calls to use put request, while preserving restore/archive capability (#870)
Expand Down

0 comments on commit 3da54b4

Please # to comment.