Skip to content

Commit 1c94bba

Browse files
committed
changelog update, and version bump
1 parent 977225e commit 1c94bba

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change Log
22

3+
## [Unreleased](https://github.com/rapid7/nexpose-client/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v7.0.1...HEAD)
6+
7+
**Fixed bugs:**
8+
9+
- nsc.list\_vuln\_exceptions does not return site\_id as documented [\#250](https://github.com/rapid7/nexpose-client/issues/250)
10+
11+
**Closed issues:**
12+
13+
- support for encryption for recovery [\#290](https://github.com/rapid7/nexpose-client/issues/290)
14+
- Connection Timeout When Creating DynamicAssetGroup with large number of criteria [\#274](https://github.com/rapid7/nexpose-client/issues/274)
15+
- Vulnerability Exception 'approve' function applies vulnerability exception but throws a ruby exception [\#271](https://github.com/rapid7/nexpose-client/issues/271)
16+
- Add a global timeout parameter to Connection [\#269](https://github.com/rapid7/nexpose-client/issues/269)
17+
- Update Example Scripts [\#244](https://github.com/rapid7/nexpose-client/issues/244)
18+
19+
**Merged pull requests:**
20+
21+
- adding the ability to include a password when restoring a backup [\#298](https://github.com/rapid7/nexpose-client/pull/298) ([sgreen-r7](https://github.com/sgreen-r7))
22+
- Allow for Starting Scan during Blackout [\#297](https://github.com/rapid7/nexpose-client/pull/297) ([sgreen-r7](https://github.com/sgreen-r7))
23+
324
## [v7.0.1](https://github.com/rapid7/nexpose-client/tree/v7.0.1) (2017-09-11)
425
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v7.0.0...v7.0.1)
526

lib/nexpose/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Nexpose
22
# The latest version of the Nexpose gem
3-
VERSION = '7.0.2'.freeze
3+
VERSION = '7.1.0'.freeze
44
end

0 commit comments

Comments
 (0)