diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf7e490ecf..1847b6e7da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
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.
+
+## [0.11.5](https://github.com/panva/jose/compare/v0.11.4...v0.11.5) (2019-04-04)
+
+
+### Features
+
+* add key.secret and key.type for completeness ([2dd7053](https://github.com/panva/jose/commit/2dd7053))
+* add key.thumbprint always returning the JWK Thumbprint (RFC7638) ([65db7e0](https://github.com/panva/jose/commit/65db7e0))
+
+
+
## [0.11.4](https://github.com/panva/jose/compare/v0.11.3...v0.11.4) (2019-03-28)
diff --git a/package.json b/package.json
index 1d5803c515..f266ee7839 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@panva/jose",
- "version": "0.11.4",
+ "version": "0.11.5",
"description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies",
"keywords": [
"compact",