diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e7ef4..26e2109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins ## [Unreleased] +## [3.1.2] - 2020-04-03 ### Changed - Removed bare centos build from bonsai definition diff --git a/lib/sensu-plugins-nginx/version.rb b/lib/sensu-plugins-nginx/version.rb index e2fa140..e4e40be 100644 --- a/lib/sensu-plugins-nginx/version.rb +++ b/lib/sensu-plugins-nginx/version.rb @@ -4,7 +4,7 @@ module SensuPluginsNginx module Version MAJOR = 3 MINOR = 1 - PATCH = 1 + PATCH = 2 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end