Skip to content

Commit d1760b3

Browse files
committed
Bump version and note changes.
1 parent 3b2d047 commit d1760b3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

lib/softlayer/base.rb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#
3333

3434
module SoftLayer
35-
VERSION = "1.0.7" # version history at the bottom of the file.
35+
VERSION = "1.0.8" # version history at the bottom of the file.
3636

3737
# The base URL of the SoftLayer API's REST-like endpoints available to the public internet.
3838
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/rest/v3/'
@@ -79,4 +79,8 @@ module SoftLayer
7979
#
8080
# 1.0.7 - Calls to the "getObject" method of any service should not take parameters. The gem now
8181
# warns if you make this type of call and ignores the parameters. This prevents
82-
# SoftLayer_Virtual_Guest::getObject from accidentally creating (billable) CCI instances.
82+
# SoftLayer_Virtual_Guest::getObject from accidentally creating (billable) CCI instances.
83+
#
84+
# 1.0.8 - Set a default User-Agent string to be sent with all requests to SoftLayer API. Provide interface to
85+
# set a custom User-Agent string.
86+
#

0 commit comments

Comments
 (0)