Skip to content

Commit e13ce65

Browse files
chore(main): release 6.2.1
1 parent 8132e48 commit e13ce65

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.2.0"
2+
".": "6.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.2.1](https://github.com/workos/workos-ruby/compare/v6.2.0...v6.2.1) (2026-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove extractVersion from matchUpdateTypes rules ([#455](https://github.com/workos/workos-ruby/issues/455)) ([8132e48](https://github.com/workos/workos-ruby/commit/8132e48bfd25100df393be9fae21bc5c33ab6ae4))
9+
310
## [6.2.0](https://github.com/workos/workos-ruby/compare/v6.1.0...v6.2.0) (2026-03-06)
411

512

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
workos (6.2.0)
4+
workos (6.2.1)
55
encryptor (~> 3.0)
66
jwt (~> 3.1)
77

lib/workos/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WorkOS
4-
VERSION = '6.2.0'
4+
VERSION = '6.2.1'
55
end

0 commit comments

Comments
 (0)