diff --git a/.github/workflows/discord-webhook.yml b/.github/workflows/discord-webhook.yml index dc6775a09c..f13a6f90bc 100644 --- a/.github/workflows/discord-webhook.yml +++ b/.github/workflows/discord-webhook.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 - name: Set up Java JDK 11 uses: actions/setup-java@v2.3.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6074f7f4..9486d35180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Table of contents -- [Release Candidate 29 (TBD)](#release-candidate-29-tbd) +- [Release Candidate 29 (07 Nov 2021)](#release-candidate-29-06-nov-2021) - [Release Candidate 28 (06 Sep 2021)](#release-candidate-28-06-sep-2021) - [Release Candidate 27 (03 Sep 2021)](#release-candidate-27-03-sep-2021) - [Release Candidate 26 (20 Jul 2021)](#release-candidate-26-20-jul-2021) @@ -29,7 +29,7 @@ - [Release Candidate 2 (29 Sep 2019)](#release-candidate-2-29-sep-2019) - [Release Candidate 1 (26 Sep 2019)](#release-candidate-1-26-sep-2019) -## Release Candidate 29 (TBD) +## Release Candidate 29 (07 Nov 2021) #### Additions * Added support for deepslate ores and copper with the Hercules' Pickaxe @@ -55,6 +55,7 @@ * Fixed #3264 * Fixed extreme knockback caused by the Explosive Bow * Fixed #3313 +* Fixed smithing table issue on 1.15 and lower ## Release Candidate 28 (06 Sep 2021) diff --git a/pom.xml b/pom.xml index ce42853b5d..e209ff5396 100644 --- a/pom.xml +++ b/pom.xml @@ -360,7 +360,7 @@ com.konghq unirest-java - 3.13.2 + 3.13.3 compile @@ -475,7 +475,7 @@ com.github.LoneDev6 itemsadder-api - 2.4.8 + 2.4.21 provided