Skip to content

Commit

Permalink
Updates to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SLsthompson committed Jul 28, 2015
1 parent b3faf86 commit d11058e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: ruby
rvm:
- "2.1.2"
- "2.2.1"
- "2.1.3"
- "2.1.1"
- "2.0.0"
- "1.9.3"
- "1.9.2"
- jruby-19mode
3 changes: 3 additions & 0 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*3.1.0*
* Many SoftLayer Attributes are now shadowed with snake_case names. The old CamelCase versions are deprecated and will be removed in the next major release
* New functionality related to network monitoring has been added
*3.0*
* Substantially rewrote the ObjectFilter class. ObjectFilters used to be hashes which made it easy to manipulate their content incorrectly. The new implementation has a strict interface that makes it harder to manipulate filters incorrectly.
* Added a model for Virtual Server Image Templates (SoftLayer::ImageTemplate) - VirtualServerOrder now requires an instance of this class rather than allowing you to provide the global_id of an image
Expand Down
2 changes: 1 addition & 1 deletion lib/softlayer/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
module SoftLayer
# The version number (including major, minor, and bugfix numbers)
# This should change in accordance with the concept of Semantic Versioning
VERSION = "3.0.2" # version history in the CHANGELOG.textile file at the root of the source
VERSION = "3.1.0" # version history in the CHANGELOG.textile file at the root of the source

# The base URL of the SoftLayer API available to the public internet.
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3/'
Expand Down

0 comments on commit d11058e

Please # to comment.