diff --git a/prometheus_client/CHANGELOG.md b/prometheus_client/CHANGELOG.md index 55434b6..3ca10d1 100644 --- a/prometheus_client/CHANGELOG.md +++ b/prometheus_client/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 + +- Stable release of prometheus_client 🎉, contains no changes since `0.6.0`. + ## 0.6.0 - Introduce a `collectCallback` into every metric type, which allows to update the metric before the sample values are diff --git a/prometheus_client/pubspec.yaml b/prometheus_client/pubspec.yaml index fc52192..e9b7f72 100644 --- a/prometheus_client/pubspec.yaml +++ b/prometheus_client/pubspec.yaml @@ -1,6 +1,6 @@ name: prometheus_client description: Dart implementation of the Prometheus client library providing metrics. -version: 0.6.0 +version: 1.0.0 homepage: https://github.com/tentaclelabs/prometheus_client environment: diff --git a/prometheus_client_shelf/CHANGELOG.md b/prometheus_client_shelf/CHANGELOG.md index 2d6ca67..7fe9bd0 100644 --- a/prometheus_client_shelf/CHANGELOG.md +++ b/prometheus_client_shelf/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 + +- Stable release of prometheus_client_shelf 🎉, contains no changes since `0.6.0`. + ## 0.6.0 - Introduce a `collectCallback` into every metric type, which allows to update the metric before the sample values are diff --git a/prometheus_client_shelf/pubspec.yaml b/prometheus_client_shelf/pubspec.yaml index b69a14c..3efc8c3 100644 --- a/prometheus_client_shelf/pubspec.yaml +++ b/prometheus_client_shelf/pubspec.yaml @@ -1,13 +1,13 @@ name: prometheus_client_shelf description: Dart implementation of the Prometheus client library providing a shelf integration. -version: 0.6.0 +version: 1.0.0 homepage: https://github.com/tentaclelabs/prometheus_client environment: sdk: '>=2.12.0 <3.0.0' dependencies: - prometheus_client: ^0.6.0 + prometheus_client: '>=0.6.0 <2.0.0' shelf: ^1.0.0 collection: ^1.15.0