diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d3da7..4a410ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.0.5](https://github.com/natureglobal/firequeue/compare/v0.0.4...v0.0.5) (2022-04-27) + +* Add SendWithContext() [#8](https://github.com/natureglobal/firequeue/pull/8) ([lamanotrama](https://github.com/lamanotrama)) + ## [v0.0.4](https://github.com/natureglobal/firequeue/compare/v0.0.3...v0.0.4) (2022-04-05) * follow the latest way to install tools [#7](https://github.com/natureglobal/firequeue/pull/7) ([Songmu](https://github.com/Songmu)) diff --git a/version.go b/version.go index 0420a4c..02ca3b1 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package firequeue -const version = "0.0.4" +const version = "0.0.5"