From b4716cfe9fc1c6d2bd1fa0e7ad06e5b900847ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Sch=C3=B6lzel?= Date: Fri, 21 May 2021 19:57:53 +0200 Subject: [PATCH] updates changelog and version number --- .github/workflows/test.yml | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43fb5da..e5464cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: CSchoel/release-notes-from-changelog@v0.1.4 + - uses: CSchoel/release-notes-from-changelog@v0.1.5 - uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c62dbc..ad44fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [nothing] +## [0.1.5] + +### Fixed + +- bash if syntax was wrong (need `=` instead of `==` and quotes around variable) +- adds missing checkout action to test script + ## [0.1.4] ### Fixed