From e2dc461007597b3ab8c0744c5ae3919e65d4ced6 Mon Sep 17 00:00:00 2001 From: Kristjan Jalukse Date: Mon, 25 Nov 2019 14:48:07 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cad4eb..6310585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [1.5] - RELEASE_DATE_HERE +## [1.5] - 2019-11-25 ### Added -- Http public key pinning [(pull request)](https://github.com/SK-EID/smart-id-php-client/pull/18) +- Http public key pinning [#18](https://github.com/SK-EID/smart-id-php-client/pull/18) ### Fixed - Poller did not use specified network interface [#4](https://github.com/SK-EID/smart-id-php-client/issues/4) -- Add exception message when user is not found [(commit)](https://github.com/SK-EID/smart-id-php-client/commit/053fe5f3b4bd715be305481e764d95aeddbe9d93) +- Add exception message when user is not found [#16](https://github.com/SK-EID/smart-id-php-client/pull/16) ### Changed - php version 5.6 to 7.0.7