diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e823a75..c7ae6da9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ on: env: # Remember to also update the container image version below - GODOT_VERSION: 3.5.1 + GODOT_VERSION: 3.5.2 jobs: build: @@ -30,7 +30,7 @@ jobs: matrix: platform: [linux, windows, mac] container: - image: barichello/godot-ci:3.5.1 + image: barichello/godot-ci:3.5.2 steps: - name: Checkout uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 04fa0af6..0ce16944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ Types of changes: ### Added - Coin item +### Changed +- Update to Godot 3.5.2 + ### Fixed - Actually apply bot difficulty setting to bots and tweak difficulty - Stop level generation breaking with 1 obstacle