diff --git a/CHANGELOG.md b/CHANGELOG.md index 6978afc..cbe0093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.9](https://github.com/panva/paseto/compare/v1.0.8...v1.0.9) (2021-07-17) + + +### Bug Fixes + +* defer decryption after tag verification passes ([0795a87](https://github.com/panva/paseto/commit/0795a87211260f5c3f93ee90118676cf2f92642c)) + ## [1.0.8](https://github.com/panva/paseto/compare/v1.0.7...v1.0.8) (2020-11-19) ## [1.0.7](https://github.com/panva/paseto/compare/v1.0.6...v1.0.7) (2020-07-09) diff --git a/package.json b/package.json index e2c0244..8e29f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paseto", - "version": "1.0.8", + "version": "1.0.9", "description": "PASETO for Node.js with minimal dependencies", "keywords": [ "decode",