diff --git a/CHANGELOG.md b/CHANGELOG.md index 94cbdbb284..d540a872c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.1.0 - Fix: Send DidBecomeActiveNotification when OOM enabled ([#2326](https://github.com/getsentry/sentry-react-native/pull/2326)) - Fix: SDK overwrites the user defined ReactNativeTracing ([#2319](https://github.com/getsentry/sentry-react-native/pull/2319)) diff --git a/package.json b/package.json index a007526698..6ec5ed044d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@sentry/react-native", "homepage": "https://github.com/getsentry/sentry-react-native", "repository": "https://github.com/getsentry/sentry-react-native", - "version": "4.0.2", + "version": "4.1.0", "description": "Official Sentry SDK for react-native", "typings": "dist/js/index.d.ts", "types": "dist/js/index.d.ts", diff --git a/src/js/version.ts b/src/js/version.ts index ca8fbd8162..3bf957d2ed 100644 --- a/src/js/version.ts +++ b/src/js/version.ts @@ -1,2 +1,2 @@ export const SDK_NAME = 'sentry.javascript.react-native'; -export const SDK_VERSION = '4.0.2'; +export const SDK_VERSION = '4.1.0';