diff --git a/CHANGELOG.md b/CHANGELOG.md index c883dda..dc1438c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.0.7](https://github.com/natureglobal/firequeue/compare/v0.0.6...v0.0.7) (2024-07-31) + +* be careful handling pointers [#12](https://github.com/natureglobal/firequeue/pull/12) ([mash](https://github.com/mash)) +* [update] readme [#11](https://github.com/natureglobal/firequeue/pull/11) ([paaaaay5](https://github.com/paaaaay5)) +* Add Test for Stats [#10](https://github.com/natureglobal/firequeue/pull/10) ([paaaaay5](https://github.com/paaaaay5)) + ## [v0.0.6](https://github.com/natureglobal/firequeue/compare/v0.0.5...v0.0.6) (2024-01-04) * Send to firehose asynchronously [#9](https://github.com/natureglobal/firequeue/pull/9) ([paaaaay5](https://github.com/paaaaay5)) diff --git a/version.go b/version.go index 25b611f..094d40a 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package firequeue -const version = "0.0.6" +const version = "0.0.7"