Skip to content

Commit aa6aa49

Browse files
committed
#15 | Version Update
1 parent c0a79cd commit aa6aa49

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

chromeipass/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chromeIPass",
3-
"version": "3.1.0",
4-
"version_name": "3.1.0",
3+
"version": "3.2.0",
4+
"version_name": "3.2.0",
55
"manifest_version": 3,
66
"description": "KeePass integration for browser Chrome using KeePassHttp",
77
"icons": {

docs/changelog.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@ toc_title: "Versions:"
88
# Changelog
99
All notable changes to this project will be documented in this file.
1010

11-
## [Unreleased]
11+
## [v3.2.0.0]
1212
{: .d-inline-block }
13-
Coming soon
14-
{: .label .label-yellow }
13+
Latest
14+
{: .label .label-green }
1515

1616
### Added
1717

1818
- Encrypt-then-MAC - add HMAC-SHA256 for authenticated encryption ([#26](https://github.com/alan-null/chromeIPass/issues/26)).
1919

2020

21+
### Fixed
22+
23+
- refactoring & cleanup - removed redundant code and simplified local storage logic ([#27](https://github.com/alan-null/chromeIPass/issues/27))
24+
2125
## [v3.1.0.0]
22-
{: .d-inline-block }
23-
Latest
24-
{: .label .label-green }
2526

2627
### Added
2728

@@ -81,7 +82,8 @@ This is the initial release of the revamped **chromeIPass** (Manifest V3), origi
8182

8283
<!-- versions -->
8384

84-
[unreleased]: https://github.com/alan-null/chromeIPass/compare/v3.1.0...HEAD
85+
[unreleased]: https://github.com/alan-null/chromeIPass/compare/v3.2.0...HEAD
86+
[v3.2.0.0]: https://github.com/alan-null/chromeIPass/compare/v3.1.0...v3.2.0
8587
[v3.1.0.0]: https://github.com/alan-null/chromeIPass/compare/v3.0.1...v3.1.0
8688
[v3.0.1.0]: https://github.com/alan-null/chromeIPass/compare/v3.0.0...v3.0.1
8789
[v3.0.0.0]: https://github.com/alan-null/chromeIPass/compare/v2.8.1...v3.0.0

0 commit comments

Comments
 (0)