diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2bf6bb8..8f445de 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["11.1.1"] + ghidra: ["11.1.2"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35aacb4..4396ee4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["11.1.1"] + ghidra: ["11.1.2"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index 69dcc88..ad97f59 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["11.1.1"] + ghidra: ["11.1.2"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f025bf..a3c21f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.1.18 + +- Added support for Ghidra 11.1.2. + ## v2.1.17 - Added support for Ghidra 11.1.1. diff --git a/README.md b/README.md index 7f4dec7..0d7a054 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This extension is based on the original [ghidra-emotionengine](https://github.co - Recover data types, functions and global variables from ELF files with `.mdebug` sections with the included STABS Analyzer. - Import PCSX2 save states. - Fix references to global variables with the MIPS-R5900 Constant Reference Analyzer. -- Support for Ghidra 11.1.1. +- Support for Ghidra 11.1.2. ## Installation