From 6fe3c9316bf7b1489d6c6ca0fa5d3d8249ffa9c3 Mon Sep 17 00:00:00 2001 From: Todd Campbell Date: Fri, 3 Apr 2020 13:02:55 -0700 Subject: [PATCH] Roll release Signed-off-by: Todd Campbell --- CHANGELOG.md | 1 + lib/sensu-plugins-nginx/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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