From cd1d46fc84a79352e83550eae2b8ec1b0c02ccee Mon Sep 17 00:00:00 2001 From: Stadly Date: Fri, 28 Dec 2018 10:48:34 +0100 Subject: [PATCH] Release v0.12.0 --- CHANGELOG.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0812e..41a1ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,28 +4,13 @@ All notable changes to `PasswordPolice` will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. -## [Unreleased](https://github.com/Stadly/PasswordPolice/compare/v0.11.0...HEAD) - -### Added -- Nothing +## [v0.12.0](https://github.com/Stadly/PasswordPolice/compare/v0.11.0...v0.12.0) - 2018-12-28 ### Changed - Remove `Interface` suffix from interfaces. - Move interfaces one level up in the namespace hierarchy. - Rename `TestException` to `Exception`. -### Fixed -- Nothing - -### Deprecated -- Nothing - -### Removed -- Nothing - -### Security -- Nothing - ## [v0.11.0](https://github.com/Stadly/PasswordPolice/compare/v0.10.0...v0.11.0) - 2018-12-21 ### Added