Skip to content

Commit

Permalink
rel: Prep 0.5.1 (#68)
Browse files Browse the repository at this point in the history
Prep for 0.5.1 release.

Also fixes a couple of bad links in the previous changelog.
  • Loading branch information
kentquirk authored Jun 26, 2023
1 parent 96770c8 commit 2e44c50
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# dynsampler-go changelog

## 0.5.1 2023-06-26

This version corrects a math error in the EMAThroughput sampler.

### Fixes

- fix: Correct EMAThroughput math error (#67) | [Kent Quirk](https://github.com/kentquirk)

## 0.5.0 2023-06-08

This version extends the Sampler interface to include a new GetMetrics function,
Expand All @@ -10,11 +18,11 @@ conform to the `dynsampler.Sampler` interface, such as hand-coded mocks used for
testing. Code using the interface is unaffected.

### Features
- feat: Add metrics counter retrieval (#65) | [Kent Quirk](https://github.com/Kent Quirk)
- feat: Add metrics counter retrieval (#65) | [Kent Quirk](https://github.com/kentquirk)

### Maintenance
- maint(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#64) | [dependabot[bot]](https://github.com/dependabot[bot])
- maint: update dependabot.yml (#63) | [Vera Reynolds](https://github.com/Vera Reynolds)
- maint: update dependabot.yml (#63) | [Vera Reynolds](https://github.com/vreynolds)

## 0.4.0 2023-03-22

Expand Down

0 comments on commit 2e44c50

Please sign in to comment.