From 153da2ace9f0e42a6498a31452c53055c974ff5c Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sat, 1 Jan 2022 00:38:49 +0000 Subject: [PATCH] Upgraded from v1.9 -> v1.10 --- HISTORY.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5e66748..da957d6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Changelog +## [v1.10](https://github.com/tj-actions/github-changelog-generator/tree/v1.10) (2022-01-01) + +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.9...v1.10) + +**Merged pull requests:** + +- Upgraded to v1.9 [\#83](https://github.com/tj-actions/github-changelog-generator/pull/83) ([jackton1](https://github.com/jackton1)) + ## [v1.9](https://github.com/tj-actions/github-changelog-generator/tree/v1.9) (2021-12-28) [Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.8...v1.9) diff --git a/README.md b/README.md index 5dbff50..2712aa7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Generate CHANGELOG/HISTORY markdown files for your project steps: - uses: actions/checkout@v2 - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.9 + uses: tj-actions/github-changelog-generator@v1.10 with: output: 'HISTORY.md' ```