Skip to content

Commit

Permalink
prepare for release 2.14.0 (#243)
Browse files Browse the repository at this point in the history
Increment version and prepare changelog for release.
  • Loading branch information
brayniac committed Sep 16, 2021
1 parent 181e82d commit 7c22632
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# [Unreleased]

# [2.14.0] - 2020-09-16
## Added
- Adds new `SRTT` metric for TCP sampler using BPF. (#238)
- Adds new `krb5kdc` sampler to get telemetry on MIT Kerberos. (#241)

# [2.13.0] - 2020-07-12
## Fixed
- Interrupt sampler failed to sample all interrupts if it encountered an
Expand Down Expand Up @@ -187,7 +192,8 @@ characteristics.

Initial release.

[Unreleased]: https://github.com/twitter/rezolus/compare/v2.13.0...HEAD
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.14.0...HEAD
[2.14.0]: https://github.com/twitter/rezolus/compare/v2.13.0...v2.14.0
[2.13.0]: https://github.com/twitter/rezolus/compare/v2.12.0...v2.13.0
[2.12.0]: https://github.com/twitter/rezolus/compare/v2.11.1...v2.12.0
[2.11.1]: https://github.com/twitter/rezolus/compare/v2.11.0...v2.11.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rezolus"
version = "2.13.1-alpha.0"
version = "2.14.0"
authors = ["Brian Martin <bmartin@twitter.com>"]
license = "Apache-2.0"
build = "build.rs"
Expand Down

0 comments on commit 7c22632

Please sign in to comment.