From 2ecad1eb9880316f73bf01a5fc45acc2c536621f Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 1 Jan 2022 18:08:33 +0100 Subject: [PATCH] Updated changelog with v1.5.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b9356..3e62971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [1.5.0] - 2022-01-01 +### Added +* Added `env` function from `shlinkio/shlink-common` package. + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* *Nothing* + + ## [1.4.0] - 2021-12-05 ### Added * Created new factory to tell if either swoole or openswoole are enabled