|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
+## [1.9.5] - 2024-12-05
|
|
|
+
|
|
|
+### Added
|
|
|
+
|
|
|
+- Gracefully ignore v2 certificates. (#1282)
|
|
|
+
|
|
|
+### Fixed
|
|
|
+
|
|
|
+- Fix relays that refuse to re-establish after one of the remote tunnel pairs breaks. (#1277)
|
|
|
+
|
|
|
## [1.9.4] - 2024-09-09
|
|
|
|
|
|
### Added
|
|
@@ -664,7 +674,8 @@ created.)
|
|
|
|
|
|
- Initial public release.
|
|
|
|
|
|
-[Unreleased]: https://github.com/slackhq/nebula/compare/v1.9.4...HEAD
|
|
|
+[Unreleased]: https://github.com/slackhq/nebula/compare/v1.9.5...HEAD
|
|
|
+[1.9.5]: https://github.com/slackhq/nebula/releases/tag/v1.9.5
|
|
|
[1.9.4]: https://github.com/slackhq/nebula/releases/tag/v1.9.4
|
|
|
[1.9.3]: https://github.com/slackhq/nebula/releases/tag/v1.9.3
|
|
|
[1.9.2]: https://github.com/slackhq/nebula/releases/tag/v1.9.2
|