diff --git a/CHANGELOG.md b/CHANGELOG.md index c19194be..34aeca37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.0.0 ### How to Upgrade to Version 1: @@ -49,7 +49,6 @@ information. - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.36.0) - ## 1.0.0-rc.1 ### Dependencies diff --git a/package.json b/package.json index 4f63b26b..b4851dcb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/getsentry/sentry-capacitor" }, - "version": "1.0.0-rc.1", + "version": "1.0.0", "description": "Official Sentry SDK for Capacitor", "types": "dist/esm/index.d.ts", "main": "dist/build/index.js", diff --git a/src/version.ts b/src/version.ts index e5aac716..6aea4a4c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ export const SDK_PACKAGE_NAME = 'npm:@sentry/capacitor'; export const SDK_NAME = 'sentry.javascript.capacitor'; -export const SDK_VERSION = '1.0.0-rc.1'; +export const SDK_VERSION = '1.0.0';