Skip to content

Commit 99fbe59

Browse files
committed
16.11.0
1 parent 198062e commit 99fbe59

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

lib/models/porcelain.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ def to_json(options = {})
684684
end
685685
end
686686

687-
# AMQP is currently unstable, and its API may change, or it may be removed, without a major version bump.
688687
class AMQP
689688
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
690689
attr_accessor :bind_interface

lib/strongdm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Client
3131
DEFAULT_RETRY_FACTOR = 1.6
3232
DEFAULT_RETRY_JITTER = 0.2
3333
API_VERSION = "2025-04-14"
34-
USER_AGENT = "strongdm-sdk-ruby/16.9.0"
34+
USER_AGENT = "strongdm-sdk-ruby/16.11.0"
3535
private_constant :DEFAULT_BASE_RETRY_DELAY, :DEFAULT_MAX_RETRY_DELAY, :DEFAULT_RETRY_FACTOR, :DEFAULT_RETRY_JITTER, :API_VERSION, :USER_AGENT
3636

3737
# Creates a new strongDM API client.

lib/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
#
1515
module SDM
16-
VERSION = "16.9.0"
16+
VERSION = "16.11.0"
1717
end

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
#
1515
module SDM
16-
VERSION = "16.9.0"
16+
VERSION = "16.11.0"
1717
end

0 commit comments

Comments
 (0)