Skip to content

Commit 48d7e0e

Browse files
version to 3.2.3
1 parent c93a234 commit 48d7e0e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.textile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
*3.2.3*
2+
* Support for profiles.
3+
* Support for HVM.
4+
5+
16
*3.2.2*
27
* Fix NoMethodError when getting the datacenters out of an ImageTemplate and the value was nil.
38
* Fix NoMethodError when getting public and private images with a result limit of 1.

lib/softlayer/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
module SoftLayer
1313
# The version number (including major, minor, and bugfix numbers)
1414
# This should change in accordance with the concept of Semantic Versioning
15-
VERSION = "3.2.2" # version history in the CHANGELOG.textile file at the root of the source
15+
VERSION = "3.2.3" # version history in the CHANGELOG.textile file at the root of the source
1616

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

0 commit comments

Comments
 (0)