From 6054def7aa0a07112e70fe8a26b9b176cc3bde6e Mon Sep 17 00:00:00 2001 From: David Molineus Date: Fri, 28 Aug 2020 17:19:04 +0200 Subject: [PATCH] Prepare release --- CHANGELOG.md | 9 ++++++++- composer.json | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa21a40..24b67d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.0] - 2020-08-28 + +### Added + + - Add support for consent tools based on `hofff/contao-consent-bridge` + ## [3.1.7] - 2020-08-28 ### Fixed @@ -151,7 +157,8 @@ Implemented enhancements - Bypass filesystem cache in debug mode - Changelog added -[Unreleased]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.1.7...hotfix/3.1.8 +[Unreleased]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.2.0...hotfix/3.2.1 +[3.2.0]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.1.7...3.2.0 [3.1.7]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.1.6...3.1.7 [3.1.6]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.1.5...3.1.6 [3.1.5]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.1.4...3.1.5 diff --git a/composer.json b/composer.json index e16ff54..07af2f6 100644 --- a/composer.json +++ b/composer.json @@ -50,8 +50,8 @@ }, "extra": { "branch-alias": { - "dev-master": "3.1.x-dev", - "dev-develop": "3.2.x-dev", + "dev-master": "3.2.x-dev", + "dev-develop": "3.3.x-dev", "dev-support/2.x": "2.0.x-dev" }, "contao": {