Skip to content

Commit 0c150de

Browse files
committed
16.14.0
1 parent 2021ebc commit 0c150de

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

lib/constants.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ module ActivityVerb
331331
TOTP_ENROLLMENT_DELETED = "user reset their totp enrollment"
332332
SUSPENDED_USER_ENROLL_ATTEMPT_FROM_THE_UI = "attempt to enroll by a suspended user from the Admin UI"
333333
RESOURCE_LOCKED = "user locked a resource"
334+
RESOURCE_LOCK_EXTENDED = "user extended a resource lock"
334335
RESOURCE_UNLOCKED = "user unlocked a resource"
335336
RESOURCE_FORCE_UNLOCKED = "admin force-unlocked a resource"
336337
RESOURCE_LOCK_REJECTED = "user lock rejected for a resource"

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.13.0"
34+
USER_AGENT = "strongdm-sdk-ruby/16.14.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.13.0"
16+
VERSION = "16.14.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.13.0"
16+
VERSION = "16.14.0"
1717
end

0 commit comments

Comments
 (0)