Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.0.6
Browse files Browse the repository at this point in the history
## [v0.0.6](v0.0.5...v0.0.6) (2024-01-04)

* Send to firehose asynchronously [#9](#9) ([paaaaay5](https://github.com/paaaaay5))
  • Loading branch information
mash committed Jan 9, 2024
1 parent ef13c99 commit 05d865c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [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))

## [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))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package firequeue

const version = "0.0.5"
const version = "0.0.6"

0 comments on commit 05d865c

Please sign in to comment.