From 0a4c27965a2a5a01c07f8c493d7d2e3023596097 Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez <46354312+santiagorodriguez96@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:49:59 -0300 Subject: [PATCH 1/2] build: bump gem version from `v3.4.2` to `v3.4.3` --- lib/webauthn/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webauthn/version.rb b/lib/webauthn/version.rb index 279fa90e..0fef1659 100644 --- a/lib/webauthn/version.rb +++ b/lib/webauthn/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WebAuthn - VERSION = "3.4.2" + VERSION = "3.4.3" end From 0519c737ebd111480caf6191be5794b5eedeefe6 Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez <46354312+santiagorodriguez96@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:50:29 -0300 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf60d00f..8f47b873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ## Unreleased +## [v3.4.3] - 2025-10-23 + ### Fixed -- Update `RelyingParty#origin` and `WebAuthn.configuration.origin` to return the allowed origin if allowed origins has only one element. +- Fix `RelyingParty#origin` and `WebAuthn.configuration.origin` always returning `nil`. [#484](https://github.com/cedarcode/webauthn-ruby/pull/484)[@santiagorodriguez96] + - Now they return the allowed origin if allowed origins has only one element. ## [v3.4.2] - 2025-09-22