You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
3
+
## 0.26.1
4
+
5
+
### Automated Changelog Fixups
6
+
7
+
We have fixed some edge cases and a major issue affecting GitHub release logs in our automated changelog generation. These are mostly about how we generated Markdown.
8
+
9
+
PRs: #316
10
+
11
+
### Increase Release Safety and Reliability (ongoing)
12
+
13
+
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.
14
+
15
+
PRs: #315
16
+
17
+
### Various fixes & improvements
18
+
19
+
- fix(release): Fix post release script to commit the new version (#312)
20
+
- meta: Bump new development version (896ea585)
21
+
3
22
## 0.26.0
4
23
5
24
### Increase Release Safety and Reliability (ongoing)
0 commit comments