diff --git a/CHANGELOG.md b/CHANGELOG.md index b56fd11..a114422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2020-07-30 +### Added +- license-check-and-add NPM tool and scripts +### Changed +- Migrated to AGPL-3.0-or-later + ## [0.4.0] - 2020-07-23 ### Added - QR code for XMPP+OMEMO diff --git a/composer.json b/composer.json index c29bdeb..7be2583 100644 --- a/composer.json +++ b/composer.json @@ -2,8 +2,8 @@ "name": "keyoxide/web", "description": "Easy pgp encryption and distributed identity for all in a fully opensource and privacy-friendly package", "homepage": "https://keyoxide.org", - "license": "MIT", - "version": "0.4.0", + "license": "AGPL-3.0-or-later", + "version": "1.0.0", "authors": [ { "name": "Yarmo Mackenbach", diff --git a/package.json b/package.json index c2fc6f3..4ea1cb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keyoxide-web", - "version": "0.4.0", + "version": "1.0.0", "description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity", "main": "index.js", "dependencies": {},