Skip to content

Commit

Permalink
Bump version to 2.0.0 and update readme
Browse files Browse the repository at this point in the history
-Latest changes are not backwards compatible, so we're at version 2.0
already!
-The readme now describes our use of semantic versioning.
  • Loading branch information
gschneider-r7 committed Jul 16, 2015
1 parent 97358eb commit 1467526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Check out the [wiki](https://github.com/rapid7/nexpose-client/wiki) for walk-thr

This gem is heavily used for internal, automated testing of the Nexpose product. It provides calls to the Nexpose XML APIs version 1.1 and 1.2, and JSON API 2.1. It also includes a number of helper methods which are not currently exposed through alternate means.

Since version 1.0 nexpose-client uses [Semantic Versioning](http://semver.org/). This allows for confident use of the [pessimistic operator](https://robots.thoughtbot.com/rubys-pessimistic-operator) in scripts or larger ruby projects.

## Release Notes

Release notes are available on the [Releases](https://github.com/rapid7/nexpose-client/releases) page.
Expand Down
2 changes: 1 addition & 1 deletion lib/nexpose/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Nexpose
# The latest version of the Nexpose gem
VERSION = '1.3.1'
VERSION = '2.0.0'
end

0 comments on commit 1467526

Please sign in to comment.