Skip to content

Commit

Permalink
Merge pull request #26 from mibrito707/dev
Browse files Browse the repository at this point in the history
Chore: Bump version and update Changelog
  • Loading branch information
mibrito707 authored Nov 25, 2019
2 parents 829a61c + 54fc817 commit 0631967
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
Changelog
=========

5.0.1 - 2019-11-25
------------------

- Handle nullable Confirm Credentials Intent.
[mibrito707]

- Added Support for API 19.
[giordanocardillo]

5.0.0 - 2019-10-02
------------------

- Repackage as cordova-plugin-secure-storage-echo.
[mibrito707]

4.0.2 - 2019-09-30
------------------

- Update contributors.
[mibrito707]
- Fixed code, added finals on variables used in inner scopes.
[giordanocardillo]
- Fixed code, added finals on variables used in inner scopes.
- Fix for NoSuchAlgorithmException in pre M devices.
[oddcb]

4.0.0-beta - 2019-07-09
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": "cordova-plugin-secure-storage-echo",
"version": "5.0.0",
"version": "5.0.1",
"description": "Secure storage plugin for iOS & Android",
"author": "Yiorgis Gozadinos <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-secure-storage-echo"
version="5.0.0">
version="5.0.1">

<name>SecureStorage</name>
<author>Crypho AS</author>
Expand Down

0 comments on commit 0631967

Please sign in to comment.