diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4f1b7..8b890d8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ --- +## [v6.3.0](https://github.com/scmn-dev/secman/releases/tag/v6.3.0) - 2022-05-05 + +> This is the latest version of secman. thanks for using secman! + ## [v6.2.3](https://github.com/scmn-dev/secman/releases/tag/v6.2.3) - 2022-04-07 ### Added diff --git a/hub/package.json b/hub/package.json index 13c1a70..5cbbc31 100644 --- a/hub/package.json +++ b/hub/package.json @@ -1,6 +1,6 @@ { "name": "@secman/hub", - "version": "1.1.3", + "version": "1.2.0", "description": "📦 Secman hub is a web application for managing your passwords and other secrets.", "license": "MIT", "scripts": { diff --git a/package.json b/package.json index eb4a997..23716af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "secman", "private": true, - "version": "6.2.3", + "version": "6.3.0", "description": "👊 Human-friendly and amazing secrets manager.", "license": "MIT", "homepage": "https://secman.dev",