From 5c4022e29bf46e4ae66db4d527ecd5e039c38496 Mon Sep 17 00:00:00 2001 From: sgreen-r7 Date: Thu, 28 Sep 2017 16:16:31 -0700 Subject: [PATCH] changelog update and version bump --- CHANGELOG.md | 7 +++++++ lib/nexpose/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c45864..defdc5ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v7.1.1](https://github.com/rapid7/nexpose-client/tree/v7.1.1) (2017-09-28) +[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v7.1.0...v7.1.1) + +**Merged pull requests:** + +- Some methods were not honoring custom Connection Timeouts [\#300](https://github.com/rapid7/nexpose-client/pull/300) ([sgreen-r7](https://github.com/sgreen-r7)) + ## [v7.1.0](https://github.com/rapid7/nexpose-client/tree/v7.1.0) (2017-09-26) [Full Changelog](https://github.com/rapid7/nexpose-client/compare/v7.0.1...v7.1.0) diff --git a/lib/nexpose/version.rb b/lib/nexpose/version.rb index 4cbae6d9..490b8733 100644 --- a/lib/nexpose/version.rb +++ b/lib/nexpose/version.rb @@ -1,4 +1,4 @@ module Nexpose # The latest version of the Nexpose gem - VERSION = '7.1.1'.freeze + VERSION = '7.1.2'.freeze end