diff --git a/CHANGELOG.md b/CHANGELOG.md index dca6eadbd..5ada6596a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. ## 2.20.4 - 14 Jul 2023 diff --git a/package-lock.json b/package-lock.json index dd57a82ef..735190758 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.20.4", + "version": "2.20.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.20.4", + "version": "2.20.5", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.1", diff --git a/package.json b/package.json index 60e1fde22..fe0b99e88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.20.4", + "version": "2.20.5", "private": true, "description": "CodeQL action", "scripts": {