diff --git a/CHANGELOG.md b/CHANGELOG.md index c37dfa7b..12a345a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ > [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first. -## Unreleased +## 1.1.0 ### Features diff --git a/package.json b/package.json index 191ef895..9f2cebc6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/getsentry/sentry-capacitor" }, - "version": "1.0.2", + "version": "1.1.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 61eccf8d..71b00d77 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.2'; +export const SDK_VERSION = '1.1.0';