Skip to content

Commit a41f226

Browse files
committed
release: 0.26.2
1 parent a757e18 commit a41f226

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.26.2
4+
5+
### Increase Release Safety and Reliability (ongoing)
6+
7+
We recently had an [incident](https://github.com/getsentry/craft/pull/302) where we were uploading broken assets to GitHub releases page. We now verify the uploads to GitHub releases and GCS via hash comparison.
8+
9+
PRs: #317
10+
11+
### Various fixes & improvements
12+
13+
- meta: Bump new development version (721b750f)
14+
315
## 0.26.1
416

517
### Automated Changelog Fixups

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/craft",
3-
"version": "0.27.0-dev.0",
3+
"version": "0.26.2",
44
"description": "The universal sentry workflow CLI",
55
"main": "dist/craft",
66
"repository": "https://github.com/getsentry/craft",

0 commit comments

Comments
 (0)