diff --git a/prometheus-proc/ChangeLog.md b/prometheus-proc/ChangeLog.md index 6bc688d..cd37fd9 100644 --- a/prometheus-proc/ChangeLog.md +++ b/prometheus-proc/ChangeLog.md @@ -1,4 +1,4 @@ -# HEAD +# 0.1.6.0 -- 2024-04-03 * Relax bounds on base, unix, and text to support GHC 9.6 and 9.8 diff --git a/prometheus-proc/prometheus-proc.cabal b/prometheus-proc/prometheus-proc.cabal index bcfeae0..ffb9059 100644 --- a/prometheus-proc/prometheus-proc.cabal +++ b/prometheus-proc/prometheus-proc.cabal @@ -1,5 +1,5 @@ name: prometheus-proc -version: 0.1.5.0 +version: 0.1.6.0 synopsis: Export metrics from /proc for the current process homepage: https://github.com/fimad/prometheus-haskell license: BSD3