From cdeead2647e708a5525ed2fcbc44ff3d58277c5d Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Mon, 28 Jan 2019 14:02:19 +0000 Subject: [PATCH] Version bump 0.2.0 --- .github_changelog_generator | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 05cea14..c6da8f5 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=0.1.0 +future-release=0.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 207eaeb..bd95d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,19 @@ # Change Log +## [0.2.0](https://github.com/ItinerisLtd/itineris-wp-coding-standards/tree/0.2.0) (2019-01-28) +[Full Changelog](https://github.com/ItinerisLtd/itineris-wp-coding-standards/compare/0.1.0...0.2.0) + +**Merged pull requests:** + +- Fix: composer require automattic/vipwpcs [\#6](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/6) ([TangRufus](https://github.com/TangRufus)) +- Add PSR12 [\#5](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/5) ([TangRufus](https://github.com/TangRufus)) +- composer update [\#4](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/4) ([TangRufus](https://github.com/TangRufus)) +- Update README.md [\#3](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/3) ([TangRufus](https://github.com/TangRufus)) + ## [0.1.0](https://github.com/ItinerisLtd/itineris-wp-coding-standards/tree/0.1.0) (2018-10-18) **Merged pull requests:** +- Version bump 0.1.0 [\#2](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/2) ([TangRufus](https://github.com/TangRufus)) - Update readme [\#1](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/1) ([TangRufus](https://github.com/TangRufus))