Skip to content

Commit

Permalink
rel: prepare v0.33.0 (#285)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- release the revert back to "(s|S)ampleRate only" behavior (#284)

## Short description of the changes

- version bumped
- changelog updated
  • Loading branch information
robbkidd authored Nov 14, 2024
1 parent 98048ba commit bc0ab6a
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 @@
# Husky Changelog

## 0.33.0 2024-11-14

- fix: revert back to recognize only "sampleRate" or "SampleRate" attributes (#284) | [Robb Kidd](https://github.com/robbkidd)

## 0.32.0 2024-11-13

- fix: Return the actual key from getSampleRateKey (#282) | [Kent Quirk](https://github.com/kentquirk)
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.32.0"
Version string = "0.33.0"
)

0 comments on commit bc0ab6a

Please sign in to comment.