diff --git a/CHANGELOG.md b/CHANGELOG.md index a227322782..7c0c1808ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] -- Enable support for Kotlin 2.1.20 when running with CodeQL CLI v2.20.3. [#2744](https://github.com/github/codeql-action/pull/2744) +No user facing changes. + +## 3.28.8 - 29 Jan 2025 + +- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. [#2744](https://github.com/github/codeql-action/pull/2744) ## 3.28.7 - 29 Jan 2025 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 773e78c589..7cfc2516e4 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.8", + "version": "3.28.9", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 51594c2bc9..b647177d2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.28.8", + "version": "3.28.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.28.8", + "version": "3.28.9", "license": "MIT", "dependencies": { "@actions/artifact": "^2.1.9", diff --git a/package.json b/package.json index e82788525f..492d4de4b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.8", + "version": "3.28.9", "private": true, "description": "CodeQL action", "scripts": {