diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index b34aef46..da44ae89 100644 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -23,9 +23,9 @@ jobs: - id: setup-libraries name: Install libraries run: | - sudo add-apt-repository ppa:rmescandon/yq -y - sudo apt update - sudo apt install yq -y + wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq + chmod +x /usr/local/bin/yq + yq --version - id: read-openapi-version name: Read OpenAPI Version diff --git a/.github/workflows/release-version.yaml b/.github/workflows/release-version.yaml index 718e4431..443cf4f9 100644 --- a/.github/workflows/release-version.yaml +++ b/.github/workflows/release-version.yaml @@ -49,9 +49,9 @@ jobs: run: | npm install -g yarn yarn global add standard-version - sudo add-apt-repository ppa:rmescandon/yq -y - sudo apt update - sudo apt install yq -y + wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq + chmod +x /usr/local/bin/yq + yq --version cd ./scripts/ yarn diff --git a/CHANGELOG.md b/CHANGELOG.md index d06b78db..258e56b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 2.1.3 (2025-08-18) + ### 2.1.2 (2024-10-30) ### 2.1.1 (2024-10-24)