Skip to content

Commit

Permalink
rel: Prepare v0.1.0-beta release (#322)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Let there be a Beta!

## Short description of the changes
- update version to v0.1.0-beta
- add changelog entry
  • Loading branch information
MikeGoldsmith committed Dec 1, 2023
1 parent b6d9f5c commit c7932aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Honeycomb Network Agent changelog

## [0.1.0-beta] - 2023-12-01

### Maintenance

- maint: Add simple smoke test(s) (#310) | @RobbKidd
- maint: Make smoke tests more reliable (#321) | @MikeGoldsmith

## [0.0.25-alpha] - 2023-11-22

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -18,7 +18,7 @@ import (
"k8s.io/client-go/rest"
)

const Version string = "0.0.25-alpha"
const Version string = "0.1.0-beta"

func main() {
config := config.NewConfig()
Expand Down

0 comments on commit c7932aa

Please sign in to comment.