diff --git a/CHANGELOG.md b/CHANGELOG.md index 1295db956..f2d1bdbf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + ## 2.1.30 - 02 Nov 2022 - Improve the error message when using CodeQL bundle version 2.7.2 and earlier in a workflow that runs on a runner image such as `ubuntu-22.04` that uses glibc version 2.34 and later. [#1334](https://github.com/github/codeql-action/pull/1334) diff --git a/package-lock.json b/package-lock.json index ea2052b29..b40dca944 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.30", + "version": "2.1.31", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.30", + "version": "2.1.31", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index 84dc3efca..ceab0b609 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.30", + "version": "2.1.31", "private": true, "description": "CodeQL action", "scripts": {