Skip to content

Commit

Permalink
Bump version from 2.2.4 to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Dec 19, 2023
1 parent d31723c commit 099dcaa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

## 2.3.0

* Change the `observeAndSample` function from the
`System.Metrics.Prometheus.Metric.Histogram` module to return the value of
the sample that was just added, instead of the previous sample.
This change matches similar functions for `Counter`s and `Gauge`s.
[#51](https://github.com/bitnomial/prometheus/pull/51)
4 changes: 2 additions & 2 deletions prometheus.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: prometheus
version: 2.2.4
version: 2.3.0
synopsis: Prometheus Haskell Client
homepage: http://github.com/bitnomial/prometheus
bug-reports: http://github.com/bitnomial/prometheus/issues
license: BSD3
license-file: LICENSE
author: Luke Hoersten
maintainer: luke@bitnomial.com, opensource@bitnomial.com
copyright: Bitnomial, Inc. (c) 2016-2019
copyright: Bitnomial, Inc. (c) 2016-2023
category: Metrics, Monitoring, Web, System
build-type: Simple
cabal-version: >=1.10
Expand Down

0 comments on commit 099dcaa

Please sign in to comment.