diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md
index b34a180..1c07b14 100644
--- a/documentation/RELEASE_NOTES.md
+++ b/documentation/RELEASE_NOTES.md
@@ -1,4 +1,15 @@
## Release Notes
+## Release Notes for 1.0.0
+#### February 15, 2022
+* Features
+ * React native upgraded to 0.67
+ * Native Android SDK updated to 3.0.2 - [Android SDK Release notes](https://github.com/exponea/exponea-android-sdk/blob/develop/Documentation/RELEASE_NOTES.md)
+ * Native iOS SDK updated to 2.11.2 - [iOS SDK Release notest](https://github.com/exponea/exponea-ios-sdk/blob/develop/Documentation/RELEASE_NOTES.md#release-notes-for-2112)
+ * Gradle 7 support
+* Bug Fixes
+ * Fixed: Android 12 issues
+
+
## Release Notes for 0.5.2
#### July 12, 2021
* Features
diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle
index a745050..5491593 100644
--- a/example/android/app/build.gradle
+++ b/example/android/app/build.gradle
@@ -138,8 +138,8 @@ android {
applicationId "com.exponea.example"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 3
- versionName "0.5.2"
+ versionCode 4
+ versionName "1.0.0"
multiDexEnabled true
}
splits {
diff --git a/example/ios/ExampleNotificationContent/Info.plist b/example/ios/ExampleNotificationContent/Info.plist
index 5655693..56a8dc4 100644
--- a/example/ios/ExampleNotificationContent/Info.plist
+++ b/example/ios/ExampleNotificationContent/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 0.5.2
+ 1.0.0
CFBundleVersion
- 3
+ 4
NSExtension
NSExtensionAttributes
diff --git a/example/ios/ExampleNotificationService/Info.plist b/example/ios/ExampleNotificationService/Info.plist
index 80b6b8b..8c089dd 100644
--- a/example/ios/ExampleNotificationService/Info.plist
+++ b/example/ios/ExampleNotificationService/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 0.5.2
+ 1.0.0
CFBundleVersion
- 3
+ 4
NSExtension
NSExtensionPointIdentifier
diff --git a/example/ios/example/Info.plist b/example/ios/example/Info.plist
index ba4e5b9..3081f65 100644
--- a/example/ios/example/Info.plist
+++ b/example/ios/example/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.5.2
+ 1.0.0
CFBundleSignature
????
CFBundleVersion
- 3
+ 4
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/package.json b/package.json
index cdbfc55..8f482b4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "react-native-exponea-sdk",
"title": "React Native Exponea Sdk",
- "version": "0.5.2",
+ "version": "1.0.0",
"description": "React native SDK for Exponea integration",
"main": "lib/index.js",
"types": "lib/index.d.ts",