Release 3.2.0

This commit is contained in:
Yarmo Mackenbach 2021-11-07 16:41:45 +01:00
parent 30db350f99
commit 6e1cfe471a
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
2 changed files with 15 additions and 1 deletions

View file

@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [3.2.0] - 2021-11-07
### Added
- Support for ariadne.id proof notations
- Links to new Keyoxide docs and blog
- Community section on index
- Alpha version of API (undocumented as of release)
### Changed
- Styles
- Minor index content changes
- Updated doipjs to 0.14.0
### Removed
- Guides and other documentation
- Markdown related dependencies
## [3.1.1] - 2021-07-26 ## [3.1.1] - 2021-07-26
### Added ### Added
- Quick dev setup using nix and direnv - Quick dev setup using nix and direnv

View file

@ -1,6 +1,6 @@
{ {
"name": "keyoxide-web", "name": "keyoxide-web",
"version": "3.1.1", "version": "3.2.0",
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity", "description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {