From 5ded2ed2ceb0ef4af8bf4608166945cf8e1510e7 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Tue, 23 Jul 2019 20:19:26 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc10ff8..03bf90c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to Phive are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [0.12.3] - 2019-07-?? + +### Fixed + +* [#202](https://github.com/phar-io/phive/issues/202): Installing different version of phpstan or php-cs-fixer does not work. + +### Changed + +* Added `keys.openpgp.org` to keyserver list +* Changed order of keyservers: new verifing keyserver first, use fedora & ubuntu second, sks as last resort + (This will be less of an issue once [#158](https://github.com/phar-io/phive/issues/158) is implemented.) + ## [0.12.2] - 2019-06-02 ### Fixed