From 95e9343cca2ad61ca74719fa289693f2e1a622ce Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Tue, 19 Feb 2019 14:08:37 +0000 Subject: [PATCH] Version bump 0.2.2 --- .github_changelog_generator | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index a4a0f5e..11b9e9a 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=0.2.1 +future-release=0.2.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 792dac4..1a3cfd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log +## [0.2.2](https://github.com/ItinerisLtd/itineris-wp-coding-standards/tree/0.2.2) (2019-02-19) +[Full Changelog](https://github.com/ItinerisLtd/itineris-wp-coding-standards/compare/0.2.1...0.2.2) + +**Merged pull requests:** + +- composer require php:^7.0 [\#12](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/12) ([TangRufus](https://github.com/TangRufus)) + ## [0.2.1](https://github.com/ItinerisLtd/itineris-wp-coding-standards/tree/0.2.1) (2019-02-18) [Full Changelog](https://github.com/ItinerisLtd/itineris-wp-coding-standards/compare/0.2.0...0.2.1) **Merged pull requests:** +- Version bump 0.2.1 [\#11](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/11) ([TangRufus](https://github.com/TangRufus)) - Readme: Fix example [\#10](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/10) ([TangRufus](https://github.com/TangRufus)) - Exclude `WordPressVIPMinimum.VIP.RestrictedFunctions.wp\_remote\_get\_wp\_remote\_get` [\#9](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/9) ([TangRufus](https://github.com/TangRufus)) - Readme: Better example [\#8](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/8) ([TangRufus](https://github.com/TangRufus))