Skip to content

Commit

Permalink
Update CHANGELOG URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Oct 16, 2024
1 parent 808fa95 commit 9af32bf
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -248,54 +248,54 @@ 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

### Changed
- 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

***

Expand Down

0 comments on commit 9af32bf

Please sign in to comment.