diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd6b8a8..f8cc69d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "0.0.1", - "tck": "0.0.1", + "tck": "0.0.2", "specverify": "0.0.0", "typescript": "0.0.1" } diff --git a/tck/CHANGELOG.md b/tck/CHANGELOG.md index a24a8bd..750dcc2 100644 --- a/tck/CHANGELOG.md +++ b/tck/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.0.2](https://github.com/sparetimecoders/messaging/compare/tck-v0.0.1...tck-v0.0.2) (2026-04-13) + + +### Bug Fixes + +* address code review findings across spec and TCK ([#42](https://github.com/sparetimecoders/messaging/issues/42)) ([874ab17](https://github.com/sparetimecoders/messaging/commit/874ab17e12a8d5322af2d27d2c91e25376bf8774)) +* **deps:** update module github.com/nats-io/nats.go to v1.49.0 ([#12](https://github.com/sparetimecoders/messaging/issues/12)) ([9d4c874](https://github.com/sparetimecoders/messaging/commit/9d4c8748ac190aecdd30304637e6c4a37cf9e0ac)) +* **deps:** update module github.com/nats-io/nats.go to v1.50.0 ([#36](https://github.com/sparetimecoders/messaging/issues/36)) ([77b3de6](https://github.com/sparetimecoders/messaging/commit/77b3de6eb5f1afa8e718c4fa4420f844265ba091)) +* **deps:** update module github.com/sparetimecoders/messaging to v0.0.1 ([#40](https://github.com/sparetimecoders/messaging/issues/40)) ([f1680cc](https://github.com/sparetimecoders/messaging/commit/f1680cc9303151b904aad2817a6f03e30e4e40f8)) + ## 0.0.1 (2026-04-01)