Skip to content

Commit

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

Prepares the v0.34.0 release.

## Short description of the changes

- Update version to 0.34.0
- Add change log entry
  • Loading branch information
MikeGoldsmith authored Dec 11, 2024
1 parent 7fd68ed commit bb4061c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Husky Changelog

## 0.34.0 2024-12-11

- fix: Disable HTML escaping when JSON encoding values (#288) | @MikeGoldsmith
- maint(deps): bump the minor-patch group with 3 updates (#287) | @dependabot

## 0.33.0 2024-11-14

- fix: revert back to recognize only "sampleRate" or "SampleRate" attributes (#284) | [Robb Kidd](https://github.com/robbkidd)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package husky

var (
Version string = "0.33.0"
Version string = "0.34.0"
)

0 comments on commit bb4061c

Please sign in to comment.