File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 2.0.11] - 2021-11-09
10
+ ### Fixes
11
+ - Fix: Improved self-healing policy, by updating dependency to sql-adapter (https://outsystemsrd.atlassian.net/browse/RMET-1191 )
12
+
8
13
## [ 2.0.10] - 2021-11-04
9
14
### Fixes
10
15
- New plugin release to include metadata tag in Extensibility Configurations in the OS wrapper
@@ -68,7 +73,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
68
73
### Additions
69
74
- Updates cordova-sqlcipher-adapter to version 0.1.7-os.3 [ RNMT-2530] ( https://outsystemsrd.atlassian.net/browse/RNMT-2530 )
70
75
71
- [ Unreleased ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.10...HEAD
76
+ [ Unreleased ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.11...HEAD
77
+ [ 2.0.11 ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.10...2.0.11
72
78
[ 2.0.10 ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.9...2.0.10
73
79
[ 2.0.9 ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.8...2.0.9
74
80
[ 2.0.8 ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.7...2.0.8
Original file line number Diff line number Diff line change 14
14
<clobbers target =" OutSystemsSecureSQLiteBundle" />
15
15
</js-module >
16
16
17
- <dependency id =" cordova-sqlcipher-adapter" url =" https://github.com/OutSystems/cordova-sqlcipher-adapter.git#0.1.7-OS6 " />
18
- <dependency id =" cordova-plugin-secure-storage" url =" https://github.com/OutSystems/cordova-plugin-secure-storage.git#2.6.8-OS6 " />
17
+ <dependency id =" cordova-sqlcipher-adapter" url =" https://github.com/OutSystems/cordova-sqlcipher-adapter.git#0.1.7-OS7 " />
18
+ <dependency id =" cordova-plugin-secure-storage" url =" https://github.com/OutSystems/cordova-plugin-secure-storage.git#2.6.8-OS7 " />
19
19
20
20
<dependency id =" outsystems-plugin-disable-backup" url =" https://github.com/OutSystems/outsystems-plugin-disable-backup.git#1.0.2" />
21
21
You can’t perform that action at this time.
0 commit comments