diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ad8a3..b7ec426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.19.0-alpha.2] +## [0.19.0] This is a large release including multiple breaking changes. Major user-facing improvement of this release is support for the OpenMetrics Protobuf format. diff --git a/Cargo.toml b/Cargo.toml index 330f91e..6e1d39f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prometheus-client" -version = "0.19.0-alpha.2" +version = "0.19.0" authors = ["Max Inden "] edition = "2021" description = "Open Metrics client library allowing users to natively instrument applications."