From b07e04c453acc8195b0b3976a71157285071f185 Mon Sep 17 00:00:00 2001 From: L0neGamer Date: Wed, 31 Jul 2024 12:41:04 +0100 Subject: [PATCH] update version and update changelog and meta info --- CHANGES.md | 3 ++- ekg-statsd.cabal | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ae3d5b6..b06a630 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ -## Unreleased +## 0.2.6.0 (2024-07-31) * Support GHC 9.0 through 9.8. + * Bump network to <3.3 ## 0.2.5.0 (2020-06-15) diff --git a/ekg-statsd.cabal b/ekg-statsd.cabal index 6b95b6c..e39cca3 100644 --- a/ekg-statsd.cabal +++ b/ekg-statsd.cabal @@ -1,11 +1,11 @@ name: ekg-statsd -version: 0.2.5.0 +version: 0.2.6.0 synopsis: Push metrics to statsd description: This library lets you push system metrics to a statsd server. -homepage: https://github.com/tibbe/ekg-statsd -bug-reports: https://github.com/tibbe/ekg-statsd/issues +homepage: https://github.com/l0negamer/ekg-statsd +bug-reports: https://github.com/l0negamer/ekg-statsd/issues license: BSD3 license-file: LICENSE author: Johan Tibell @@ -47,4 +47,4 @@ library source-repository head type: git - location: https://github.com/tibbe/ekg-statsd.git + location: https://github.com/l0negamer/ekg-statsd.git