From 6e51ceeed45b2864a2077a089678fa57fe728151 Mon Sep 17 00:00:00 2001 From: Sorah Fukumori Date: Wed, 4 Dec 2024 14:10:32 -0800 Subject: [PATCH] Releng v2.6.1 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- lib/acmesmith/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b1bca..3ed9511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.6.1 (2024-12-05) + +### Fixes + +- route53: restore_to_original_records can have an error when querying existing record sets when it generates a name with leading empty labels (OTOH: double leading dots). [#65](https://github.com/sorah/acmesmith/pull/65) + ## v2.6.0 (2023-10-05) ### Enhancement diff --git a/Gemfile.lock b/Gemfile.lock index 2ad0601..954c069 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - acmesmith (2.6.0) + acmesmith (2.6.1) acme-client (>= 2.0.7, < 3) aws-sdk-acm aws-sdk-route53 diff --git a/lib/acmesmith/version.rb b/lib/acmesmith/version.rb index ff2a440..ccb5f3e 100644 --- a/lib/acmesmith/version.rb +++ b/lib/acmesmith/version.rb @@ -1,3 +1,3 @@ module Acmesmith - VERSION = "2.6.0" + VERSION = "2.6.1" end