diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6ada0..1597591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.2.3] - 2019-03-26 +### Changed +- Updated production and test certificates. +### Fixed +- Fixed failing test. + ## [0.2.2] - 2019-03-26 ### Changed - Changed endpoint for BankID. Manual actions aren't necessary. diff --git a/package.json b/package.json index 51f923d..3897591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oddhill/bankid", - "version": "0.2.2", + "version": "0.2.3", "description": "A client to help you connect to the BankID API.", "main": "./lib/index.js", "directories": {