From c39ca474b55352022d89321f4086ffb1b00a9d2f Mon Sep 17 00:00:00 2001 From: jackton1 Date: Tue, 4 May 2021 18:04:14 +0000 Subject: [PATCH] Upgraded from v1.7 -> v1.8 --- HISTORY.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index fa2e3aa..d5372f6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Changelog +## [v1.8](https://github.com/tj-actions/github-changelog-generator/tree/v1.8) (2021-05-04) + +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.7...v1.8) + +**Merged pull requests:** + +- Upgraded to v1.7 [\#22](https://github.com/tj-actions/github-changelog-generator/pull/22) ([jackton1](https://github.com/jackton1)) + ## [v1.7](https://github.com/tj-actions/github-changelog-generator/tree/v1.7) (2021-05-04) [Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.6...v1.7) diff --git a/README.md b/README.md index 6c78b78..fbf7083 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Github CHANGELOG generator steps: - uses: actions/checkout@v2 - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.7 + uses: tj-actions/github-changelog-generator@v1.8 with: output: 'HISTORY.md' ```