Skip to content

meta(changelog): Add changelog for version 2.0.0 #257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.0.0

> [!NOTE]
> This release contains no changes over `v1.10.4` and is just meant to unblock users that have upgraded to `v2` before.
>
> We **recommend** pinning to `v1`.

Last week we pushed a `v2` branch that triggered dependabot which treated it as a release.
This was not meant to be a release, but many users have upgraded to `v2`.

This release will help unblock users that have upgraded to `v2`.

Please see: #209
Comment on lines +13 to +15
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m: this message should contain a recommendation for users who upgraded to v2. What "valid" version should they change their pin to?


## 1.10.4

### Various fixes & improvements
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ Additionally, releases are used for applying [source maps](https://docs.sentry.i

## What's new

### 1.10.0

- **feat(action): Support macos and windows runners**
We now publish a composite action that runs on all runners. Actions can now be properly versioned, allowing pinning versions from here on out.

Please refer to the [release page](https://github.com/getsentry/action-release/releases) for the latest release notes.

## Prerequisites
Expand Down