From 749915d231c9f325261fa23f7372ddf62771a920 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Tue, 2 Aug 2022 09:38:07 +0200 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bfc7d50..936f7068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to Phive are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [0.15.2] - 2022-08-02 + +__Please note__: Version 0.15.x requires PHP 7.3 or later. + +### Fixed +* [#373](https://github.com/phar-io/phive/issues/373): Fix array access in gitlab repo +* [#375](https://github.com/phar-io/phive/issues/375): Fix gitlab repo tests +* Fix Namespace for auth file + +## Changed +* Make auth type string case insensitive ## [0.15.1] - 2022-03-28