From 5ebffdaf51911881f3de23c6f960e86f028758c2 Mon Sep 17 00:00:00 2001 From: Gustavo Straube Date: Wed, 10 Apr 2019 09:19:28 -0300 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 9 ++++++++- multiple-domain/readme.txt | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f245e1d..390869a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Since `0.7.1` this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.11.1] - 2019-04-10 + +### Fixed + +* Improved URI validation when there is a domain's base restriction. (#50) + ## [0.11.0] - 2019-04-09 ### Added @@ -219,7 +225,8 @@ e.g. * Option base path for each domain. -[Unreleased]: https://github.com/straube/multiple-domain/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/straube/multiple-domain/compare/v0.11.1...HEAD +[0.11.1]: https://github.com/straube/multiple-domain/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/straube/multiple-domain/compare/v0.10.3...v0.11.0 [0.10.3]: https://github.com/straube/multiple-domain/compare/v0.10.2...v0.10.3 [0.10.2]: https://github.com/straube/multiple-domain/compare/v0.10.1...v0.10.2 diff --git a/multiple-domain/readme.txt b/multiple-domain/readme.txt index f72c96e..9e17cc9 100644 --- a/multiple-domain/readme.txt +++ b/multiple-domain/readme.txt @@ -95,6 +95,10 @@ the site from a non-mapped domain. == Changelog == += 0.11.1 = + +* Fixed URI validation when there is a domain's base restriction. + = 0.11.0 = * Add CHANGELOG.md file.