Skip to content

Commit 7c22632

Browse files
authored
prepare for release 2.14.0 (#243)
Increment version and prepare changelog for release.
1 parent 181e82d commit 7c22632

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# [Unreleased]
22

3+
# [2.14.0] - 2020-09-16
4+
## Added
5+
- Adds new `SRTT` metric for TCP sampler using BPF. (#238)
6+
- Adds new `krb5kdc` sampler to get telemetry on MIT Kerberos. (#241)
7+
38
# [2.13.0] - 2020-07-12
49
## Fixed
510
- Interrupt sampler failed to sample all interrupts if it encountered an
@@ -187,7 +192,8 @@ characteristics.
187192

188193
Initial release.
189194

190-
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.13.0...HEAD
195+
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.14.0...HEAD
196+
[2.14.0]: https://github.com/twitter/rezolus/compare/v2.13.0...v2.14.0
191197
[2.13.0]: https://github.com/twitter/rezolus/compare/v2.12.0...v2.13.0
192198
[2.12.0]: https://github.com/twitter/rezolus/compare/v2.11.1...v2.12.0
193199
[2.11.1]: https://github.com/twitter/rezolus/compare/v2.11.0...v2.11.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rezolus"
3-
version = "2.13.1-alpha.0"
3+
version = "2.14.0"
44
authors = ["Brian Martin <[email protected]>"]
55
license = "Apache-2.0"
66
build = "build.rs"

0 commit comments

Comments
 (0)