diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 36de82b1..bd4e8814 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -17,6 +17,7 @@ jobs: - uses: actions/checkout@v3 with: + # need for git operations fetch-depth: 0 lfs: false submodules: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d1d1fe..7437b1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.2](https://github.com/InfiniBrains/Awesome-GameDev-Resources/compare/v1.7.1...v1.7.2) (2023-08-24) + + +### Bug Fixes + +* **blog:** add blog post meta details ([f8ddc16](https://github.com/InfiniBrains/Awesome-GameDev-Resources/commit/f8ddc16c82e45d0137daac25d9435961f709e907)) + ## [1.7.1](https://github.com/InfiniBrains/Awesome-GameDev-Resources/compare/v1.7.0...v1.7.1) (2023-08-22)