From ca2669c97785f866a3cf29c97510409f710a4673 Mon Sep 17 00:00:00 2001 From: Brett Henderson Date: Sun, 3 Dec 2023 14:22:45 +1100 Subject: [PATCH] Update changes.txt in preparation for release --- osmosis/src/dist/changes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/osmosis/src/dist/changes.txt b/osmosis/src/dist/changes.txt index 4959a00c0..dd91429b0 100644 --- a/osmosis/src/dist/changes.txt +++ b/osmosis/src/dist/changes.txt @@ -1,3 +1,9 @@ +0.49.2 +Revert removal of JPF (Java Plugin Framework). It's still being actively used without a convenient alternative. + +0.49.1 +Fix Maven publish process to include all artefacts + 0.49.0 Use GitHub actions instead of Travis CI for continuous integration. Improve Gradle performance by enabling parallel execution, build cache and on-demand configuration.