Skip to content

Commit d554fa5

Browse files
committed
Added the software version and change log message
1 parent 9ee0c1c commit d554fa5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*2.2*
2-
* Added a method to reboot servers.
2+
* Added the ability to set a timout for network requests. The timeout is given when a client is created by passing the :timeout hash parameter when creating a client. The value of the parameter is an integer number of seconds.
33

44
*2.1.1*
55
* Virtual server upgrades no longer raise exceptions

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.1" # version history in the CHANGELOG.textile file at the root of the source
34+
VERSION = "2.2.0" # 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/'

0 commit comments

Comments
 (0)