From 3995ce1ebf6cc5911a65703c29d7caf50d7d8416 Mon Sep 17 00:00:00 2001 From: Andrew Martinez Date: Thu, 24 Apr 2025 14:11:38 -0400 Subject: [PATCH 1/2] release notes update --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 962c4713..bf18eeeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Issues Fixed and Dependency Updates + +* github.com/openziti/sdk-golang: [v1.0.1 -> v1.0.2](https://github.com/openziti/sdk-golang/compare/v1.0.1...v1.0.2) + * [Issue #717](https://github.com/openziti/sdk-golang/issues/717) - ER connection race condition can leak connections + * [Issue #689](https://github.com/openziti/sdk-golang/issues/689) - Concurrent map iteration and modification in getEdgeRouterConn causes panic + # Release notes 1.0.1 ## Issues Fixed and Dependency Updates From 8728ebfe57a18f6c616c660b7344007f8d0e70b6 Mon Sep 17 00:00:00 2001 From: Andrew Martinez Date: Thu, 24 Apr 2025 14:12:47 -0400 Subject: [PATCH 2/2] fix release notes missing header --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf18eeeb..820c899e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# Release notes 1.0.2 + ## Issues Fixed and Dependency Updates * github.com/openziti/sdk-golang: [v1.0.1 -> v1.0.2](https://github.com/openziti/sdk-golang/compare/v1.0.1...v1.0.2)