Skip to content

Commit 59b9e1d

Browse files
committed
update minor version and changelog
1 parent baefdcd commit 59b9e1d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.22.3] - unreleased
7+
## [0.23.0] - unreleased
88

99
### Added
1010

@@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
[PR 203]: https://github.com/prometheus/client_rust/pull/203
2020

21+
- Update `prost` dependencies to `v0.12`.
22+
See [PR 198].
23+
24+
[PR 198]: https://github.com/prometheus/client_rust/pull/198
25+
2126
## [0.22.2]
2227

2328
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prometheus-client"
3-
version = "0.22.3"
3+
version = "0.23.0"
44
authors = ["Max Inden <[email protected]>"]
55
edition = "2021"
66
description = "Open Metrics client library allowing users to natively instrument applications."

0 commit comments

Comments
 (0)