diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7dca81b..2f3104c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.1"} +{".":"1.0.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c187db..11aa06b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.2](https://github.com/rivals-space/threads-tracker/compare/v1.0.1...v1.0.2) (2024-03-31) + + +### Bug Fixes + +* avoid mentioning newly federated user ([016804f](https://github.com/rivals-space/threads-tracker/commit/016804fb7e24b95d94bef4a289599bf56ebf311b)) +* disable console message ([29195fe](https://github.com/rivals-space/threads-tracker/commit/29195feaa34edd33fa01a187f294129a394cca71)) +* **messenger:** add doctrine middlewares for long-running messengers ([a5d6709](https://github.com/rivals-space/threads-tracker/commit/a5d67090dbdb8e7711ede2a821c50e219bd9d233)) +* only dismiss notification when handled successfully ([07975d1](https://github.com/rivals-space/threads-tracker/commit/07975d1cfb030455f1d91d1eea77405f35f40481)) + ## [1.0.1](https://github.com/rivals-space/threads-tracker/compare/v1.0.0...v1.0.1) (2024-03-31) diff --git a/composer.json b/composer.json index 1b7dd6f..8a13389 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "type": "project", "license": "unlicense", - "version": "1.0.1", + "version": "1.0.2", "minimum-stability": "stable", "prefer-stable": true, "require": { diff --git a/helm/threads-tracker/Chart.yaml b/helm/threads-tracker/Chart.yaml index 4ea7898..e113206 100644 --- a/helm/threads-tracker/Chart.yaml +++ b/helm/threads-tracker/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: threads-tracker description: A Helm chart for Kubernetes type: application -version: 1.0.1 +version: 1.0.2