diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c71d418e..b0585242 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -96,7 +96,7 @@ jobs: git push build: - needs: prepare_release + needs: [prepare_release, bump_submodule] runs-on: macos-latest steps: - name: Get packages diff --git a/CHANGELOG.md b/CHANGELOG.md index 482f2251..0059af7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.6.4] - 2023-01-20 + +### CI tests + +- Tests for CI + ## [2.6.3] - 2023-12-31 ### Bug fixing