From 9af32bfc1add84b5caa60c27506181fa610372d6 Mon Sep 17 00:00:00 2001 From: Joao Azevedo Date: Wed, 16 Oct 2024 16:53:57 +0100 Subject: [PATCH] Update CHANGELOG URLs --- CHANGELOG.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4172c13..9d5715dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -139,7 +139,7 @@ version of jackson-databind, which fixes CVE-2022-42004, CVE-2022-42003 and CVE- ### Changed - Minor dependency updates. -[0.19.3]: https://github.com/velocidi/apso/compare/v0.19.2...v0.19.3 +[0.19.3]: https://github.com/adzerk/apso/compare/v0.19.2...v0.19.3 ## [0.19.2] - 2024-02-20 @@ -162,7 +162,7 @@ It also fixes some issues with the retry logic when calling S3, where some error - Improvement to JsonConvert performance 2.0 ([#615](https://github.com/adzerk/apso/pull/615)). - Performance improvements converting Java Map to Json ([#622](https://github.com/adzerk/apso/pull/622)). -[0.19.2]: https://github.com/velocidi/apso/compare/v0.19.1...v0.19.2 +[0.19.2]: https://github.com/adzerk/apso/compare/v0.19.1...v0.19.2 ## [0.19.1] - 2023-11-30 @@ -174,7 +174,7 @@ The most notable dependency update is Unirest, to version 4.2.0, which solves co - Start using Java 11 ([#584](https://github.com/adzerk/apso/pull/584)). - Update other dependencies. -[0.19.1]: https://github.com/velocidi/apso/compare/v0.19.0...v0.19.1 +[0.19.1]: https://github.com/adzerk/apso/compare/v0.19.0...v0.19.1 ## [0.19.0] - 2023-10-07 @@ -207,7 +207,7 @@ Several dependencies were update to their latest versions. You can see all the d - Remove Elasticsearch TestKit ([#490](https://github.com/adzerk/apso/pull/490)). - Drop apso-log project ([#549](https://github.com/adzerk/apso/pull/549)). -[0.19.0]: https://github.com/velocidi/apso/compare/v0.18.8...v0.19.0 +[0.19.0]: https://github.com/adzerk/apso/compare/v0.18.8...v0.19.0 ## [0.18.8] - 2023-04-27 @@ -248,14 +248,14 @@ insensitive. This means that, for example, both `"usd"` and `"USD"` now decode t - Update aws-java-sdk-s3 to 1.12.457 ([#468](https://github.com/adzerk/apso/pull/468)). - Update scala-collection-compat to 2.10.0 ([#469](https://github.com/adzerk/apso/pull/469)). -[0.18.8]: https://github.com/velocidi/apso/compare/v0.18.7...v0.18.8 +[0.18.8]: https://github.com/adzerk/apso/compare/v0.18.7...v0.18.8 ## [0.18.7] - 2023-02-28 ### Changed - Update elasticsearch-related dependencies to `7.16.x` ([#432](https://github.com/adzerk/apso/pull/432)). -[0.18.7]: https://github.com/velocidi/apso/compare/v0.18.6...v0.18.7 +[0.18.7]: https://github.com/adzerk/apso/compare/v0.18.6...v0.18.7 ## [0.18.6] - 2023-02-22 @@ -263,39 +263,39 @@ insensitive. This means that, for example, both `"usd"` and `"USD"` now decode t - Update elasticsearch-related dependencies to the most recent version within the `7.x.x` major version ([#427](https://github.com/adzerk/apso/pull/427)). - Other dependency updates. -[0.18.6]: https://github.com/velocidi/apso/compare/v0.18.5...v0.18.6 +[0.18.6]: https://github.com/adzerk/apso/compare/v0.18.5...v0.18.6 ## [0.18.4] - 2022-05-20 ### Changed -- Disable some Elasticsearch features on ElasticsearchTestKit ([#262](https://github.com/velocidi/apso/pull/262)). -- Allow Elasticsearch base path to be overridden on ElasticsearchTestKit ([#263](https://github.com/velocidi/apso/pull/263)). +- Disable some Elasticsearch features on ElasticsearchTestKit ([#262](https://github.com/adzerk/apso/pull/262)). +- Allow Elasticsearch base path to be overridden on ElasticsearchTestKit ([#263](https://github.com/adzerk/apso/pull/263)). - Dependency updates. -[0.18.4]: https://github.com/velocidi/apso/compare/v0.18.3...v0.18.4 +[0.18.4]: https://github.com/adzerk/apso/compare/v0.18.3...v0.18.4 ## [0.18.3] - 2022-05-11 This is a maintenance release, with only dependency updates. -[0.18.3]: https://github.com/velocidi/apso/compare/v0.18.2...v0.18.3 +[0.18.3]: https://github.com/adzerk/apso/compare/v0.18.2...v0.18.3 ## [0.18.2] - 2022-02-24 ### Removed -- Remove Log4j dependency from apso-log ([#153](https://github.com/velocidi/apso/pull/153)). -- Remove TryWith in favor of scala 2.13 native resource management tools ([#187](https://github.com/velocidi/apso/pull/187)). +- Remove Log4j dependency from apso-log ([#153](https://github.com/adzerk/apso/pull/153)). +- Remove TryWith in favor of scala 2.13 native resource management tools ([#187](https://github.com/adzerk/apso/pull/187)). -[0.18.2]: https://github.com/velocidi/apso/compare/v0.18.1...v0.18.2 +[0.18.2]: https://github.com/adzerk/apso/compare/v0.18.1...v0.18.2 ## [0.18.1] - 2021-07-06 This is the first version with a Changelog, albeit not being the first version of Apso. ### Changed -- Update Scala, dependencies and plugins versions ([#142](https://github.com/velocidi/apso/pull/142)). +- Update Scala, dependencies and plugins versions ([#142](https://github.com/adzerk/apso/pull/142)). -[0.18.1]: https://github.com/velocidi/apso/compare/v0.18.0...v0.18.1 +[0.18.1]: https://github.com/adzerk/apso/compare/v0.18.0...v0.18.1 ***