Skip to content

Commit d9dd428

Browse files
committed
Updated the changelog and base to begin collecting 2.1.1 changes
1 parent 55a9bce commit d9dd428

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.textile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
*2.1.1*
2+
* Virtual server upgrades no longer raise exceptions
3+
* Formalized the RDoc documentation process. Added overview and welcome documentation and changed the README so it directs folks to the new documentation.
4+
15
*2.1.0*
26
* Began implementing a model framework that allows Ruby developers to work with elements in the SoftLayer API in a more object-oriented fashion. The first release of this framework includes the Ticket, VirtualServer, and BareMetalServer classes.
37

lib/softlayer/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# - +$SL_API_BASE_URL+- The default URL used to access the SoftLayer API. This defaults to the value of +SoftLayer::API_PUBLIC_ENDPOINT+
3232
#
3333
module SoftLayer
34-
VERSION = "2.1.0" # version history in the CHANGELOG.textile file at the root of the source
34+
VERSION = "2.1.1" # version history in the CHANGELOG.textile file at the root of the source
3535

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

spec/fixtures/virtual_server_upgrade_options

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)