Skip to content

Commit bb5f32b

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.7.0'
2 parents d48a8b0 + 0571eda commit bb5f32b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.7.0
4+
5+
### Various fixes & improvements
6+
7+
- fix: Avoid global.json when running `dotnet push` (#601) by @jamescrosswell
8+
- feat: support Google ADC for `gcs` artifact provider and target (#600) by @oioki
9+
- docs: Add contribution guidelines (#599) by @BYK
10+
- updated test (#596) by @bitsandfoxes
11+
312
## 2.6.0
413

514
### Various fixes & improvements

package.json

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

0 commit comments

Comments
 (0)