diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa4324863..f94115df03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + ## 2.1.19 - 17 Aug 2022 - Add the ability to filter queries from a code scanning run by using the `query-filters` option in the code scanning configuration file. [#1098](https://github.com/github/codeql-action/pull/1098) diff --git a/package-lock.json b/package-lock.json index 73eb06abd0..e26039b151 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.19", + "version": "2.1.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.19", + "version": "2.1.20", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 91e1137943..1ecac188b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.19", + "version": "2.1.20", "private": true, "description": "CodeQL action", "scripts": {