Skip to content

Commit

Permalink
Prepare 0.13.0 release (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith authored Aug 2, 2022
1 parent a2ff180 commit 2df5710
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Husky Changelog

## 0.13.0 2022-08-02

### Enhancements

- Add copy of genereted OTLP proto files (#100) | [@kentquirk](https://github.com/kentquirk)
- Includes re-adding previously depreate metrics types (IntSum, IntGauge & IntHistogram) and StringKeyValue

## 0.12.0 2022-07-26

### Enhancements
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.12.0"
Version string = "0.13.0"
)

0 comments on commit 2df5710

Please sign in to comment.