diff --git a/CHANGELOG.md b/CHANGELOG.md index 45dea8fc7..ea46b63cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. +## [UNRELEASED] + +No user facing changes. + ## 2.21.3 - 08 Aug 2023 - We are rolling out a feature in August 2023 that will improve multi-threaded performance on larger runners. [#1817](https://github.com/github/codeql-action/pull/1817) diff --git a/package-lock.json b/package-lock.json index eccd36900..4f5b7e2d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.21.3", + "version": "2.21.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.21.3", + "version": "2.21.4", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.1", diff --git a/package.json b/package.json index 8160ea2b0..b99237d7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.21.3", + "version": "2.21.4", "private": true, "description": "CodeQL action", "scripts": {