diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e79fa55..678d4e21 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,7 @@ on: branches: - master - "3.0" + - "2.14" - "2.13" paths-ignore: - "README.md" @@ -11,6 +12,7 @@ on: pull_request: branches: - master + - "2.14" paths-ignore: - "README.md" - "release-notes/*" diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 6cc46c6f..a4e934f3 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -16,6 +16,10 @@ Active Maintainers: === Releases === ------------------------------------------------------------------------ +2.14.0 (not yet released) + +No changes since 2.13 + 2.13.0 (30-Sep-2021) #85: (eclipse-collections) Update eclipse-collections to version 10 and implement Triple deserialization. Still compatible with older EC versions