Skip to content

Commit

Permalink
rel: Prepare v0.2.1-beta release (#339)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the next release of the Network Agent.

## Short description of the changes
- Updates version to 0.2.1-beta in main.go
- Adds changelog entry

## How to verify that this has the expected result
The new version can be tagged and published.
  • Loading branch information
MikeGoldsmith committed Feb 8, 2024
1 parent 7d5db24 commit 0f4ac12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Honeycomb Network Agent changelog

## [0.2.1-beta] - 2024-02-06

### Maintenance

- maint: bump dependencies (#337) | @TylerHelmuth
- maint(deps): bump github.com/rs/zerolog from 1.31.0 to 1.32.0 (#338) | @Dependabot
- maint(deps): bump the k8s-dependencies group with 2 updates (#333) | @Dependabot

## [0.2.0-beta] - 2023-12-14

💥 Breaking changes 💥
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.2.0-beta"
const Version string = "0.2.1-beta"

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

0 comments on commit 0f4ac12

Please sign in to comment.