Skip to content

Commit

Permalink
Release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semiherdogan committed Jun 9, 2021
1 parent 324716b commit 38b9e17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-react-native-sdk/compare/2.7.1...main)
## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-react-native-sdk/compare/2.8.0...main)


---


## [2.8.0 (2021-06-09)](https://github.com/Teknasyon-Teknoloji/deepwall-react-native-sdk/compare/2.7.1...2.8.0)
### Added
- Added missing examples to [readme](README.md) file.

Expand All @@ -12,19 +18,14 @@ All notable changes to this project will be documented in this file.
- On Android, `deepwall-core` version upgraded to version `2.3.0`.
- On Android, `compileSdkVersion` and `targetSdkVersion` set to 30.
- On Android, kotlin_version updated to `1.4.32`.
- Example file updated.
- Example file updated.
- Readme updated.
- On Android "Make sure your min gradle version is `3.6.4`" (see readme file "Troubleshooting" section for more information).


---


## [2.7.1 (2021-04-09)](https://github.com/Teknasyon-Teknoloji/deepwall-react-native-sdk/compare/2.7.0...2.7.1)
### Fixed
- On iOS "ATT_STATUS_CHANGED" event not firing error fixed.


## [2.7.0 (2021-04-08)](https://github.com/Teknasyon-Teknoloji/deepwall-react-native-sdk/compare/2.6.0...2.7.0)
### Fixed
- Changelog refactored.
Expand Down
2 changes: 1 addition & 1 deletion ios/RNDeepWall.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "RNDeepWall"
s.version = "2.7.1"
s.version = "2.8.0"
s.summary = "RNDeepWall"
s.description = <<-DESC
RNDeepWall
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deepwall-react-native-sdk",
"version": "2.7.1",
"version": "2.8.0",
"description": "DeepWall SDK react native wrapper",
"homepage": "https://deepwall.com",
"repository": {
Expand Down

0 comments on commit 38b9e17

Please sign in to comment.