diff --git a/Changelog.md b/Changelog.md index e68c94f7..74549e55 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## v0.10.2 (08/22/2023) + +- Support publishing amd64 and s390x container images + ## v0.10.1 (05/11/2023) - Include tag pushes in docker builds diff --git a/debian/changelog b/debian/changelog index dccee0d8..78c9c282 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +statsd (0.10.2-1) unstable; urgency=low + + * Support publishing amd64 and s390x container images + + -- Elliot Blackburn Tue, 22 Aug 2023 13:14:48 +0000 + statsd (0.10.1-1) unstable; urgency=low * Include tag pushes in docker builds diff --git a/package.json b/package.json index 90a47764..30623f08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statsd", - "version": "0.10.1", + "version": "0.10.2", "description": "Network daemon for the collection and aggregation of realtime application metrics", "author": { "name": "Etsy",