From 6cffaa064112e1cf9b5798c6224f9487dc1ec316 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Sun, 14 Nov 2021 02:06:58 +0900 Subject: [PATCH] Prepare v1.2.0 Signed-off-by: Sora Morimoto --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ed510..5a2b3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [unreleased] +## [1.2.0] - 2021-11-14 + - Allow the endpoint flag to be set. ## [1.1.5] - 2021-11-14 @@ -65,7 +67,8 @@ and this project adheres to - Initial release. [unreleased]: - https://github.com/fossa-contrib/fossa-action/compare/v1.1.5...HEAD + https://github.com/fossa-contrib/fossa-action/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/fossa-contrib/fossa-action/compare/v1.1.5...v1.2.0 [1.1.5]: https://github.com/fossa-contrib/fossa-action/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/fossa-contrib/fossa-action/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/fossa-contrib/fossa-action/compare/v1.1.2...v1.1.3 diff --git a/package.json b/package.json index 9b021bd..ba0360a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fossa-action", - "version": "1.1.5", + "version": "1.2.0", "private": true, "description": "Actions for running FOSSA scans", "author": "Sora Morimoto ",