Skip to content

Commit acee642

Browse files
committed
chore(release) : raise version to 2.0.8
1 parent ac159c4 commit acee642

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [2.0.8] - 2020-12-06
10+
### Changes
11+
- Remove Logger dependency
12+
- Update plugin dependencies to fetch the version due to the breaking change wiht Cordova CLI 10
13+
14+
## [2.0.7] - 2020-11-13
15+
### Changes
16+
- Update version of outsystems-plugin-disable-backup to 1.0.1
17+
18+
19+
## [2.0.6] - 2020-10-30
20+
### Changes
21+
- Update version of cordova-plugin-secure-storage to 2.6.8-OS5
22+
23+
924
## [2.0.5] - 2020-03-12
1025
### Changes
1126
- Update version of cordova-plugin-secure-storage to 2.6.8-OS4 [RNMT-3803](https://outsystemsrd.atlassian.net/browse/RNMT-3803)
@@ -46,7 +61,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4661
### Additions
4762
- Updates cordova-sqlcipher-adapter to version 0.1.7-os.3 [RNMT-2530](https://outsystemsrd.atlassian.net/browse/RNMT-2530)
4863

49-
[Unreleased]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.5...HEAD
64+
[Unreleased]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.8...HEAD
65+
[2.0.8]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.7...2.0.8
66+
[2.0.7]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.6...2.0.7
67+
[2.0.6]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.5...2.0.6
5068
[2.0.5]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.4...2.0.5
5169
[2.0.4]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.3...2.0.4
5270
[2.0.3]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.2...2.0.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.outsystems.plugins.SecureSQLiteBundle",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Bundle of SQLite related storage plugins and initialization code for easy use with the OutSystems Platform",
55
"cordova": {
66
"id": "com.outsystems.plugins.SecureSQLiteBundle",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="com.outsystems.plugins.SecureSQLiteBundle"
5-
version="2.0.7">
5+
version="2.0.8">
66

77
<name>Cordova OutSystems secure SQLite bundle</name>
88
<license>MIT</license>

0 commit comments

Comments
 (0)