Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk committed Jan 16, 2019
1 parent 8ac62b9 commit 85d7863
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

# [0.2.1] - 2019-01-16
### Added
- Account menu chevron
### Fixed
- Master key settings
- Icons background
- Page scroll
- Manifest permissions

# [0.2.0] - 2019-01-15
### Added
Expand Down Expand Up @@ -37,8 +44,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Storage encryption
- Docs

[Unreleased]: https://github.com/adshares/ads-browser-wallet/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/adshares/ads-browser-wallet/compare/v0.2.1...HEAD

[0.2.0]: https://github.com/adshares/ads-browser-wallet/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/adshares/ads-browser-wallet/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/adshares/ads-browser-wallet/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/adshares/ads-browser-wallet/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion chrome/manifest.dev.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ADS Wallet",
"version": "0.2.0",
"version": "0.2.1",
"description": "Secure identity vault for Adshares network.",
"author": "https://adshares.net/",
"permissions": [
Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.prod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ADS Wallet",
"version": "0.2.0",
"version": "0.2.1",
"description": "Secure identity vault for Adshares network.",
"author": "https://adshares.net/",
"permissions": [
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": "ads-browser-wallet",
"version": "0.2.0",
"version": "0.2.1",
"description": "Secure identity vault for Adshares network.",
"private": true,
"author": "Adshares <[email protected]>",
Expand Down

0 comments on commit 85d7863

Please sign in to comment.