diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 37e219dc..82fe8aed 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -13,7 +13,7 @@ jobs: steps: # Checkout code - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Read changelog and read versions etc. - name: Check version is mentioned in Changelog.md id: changelog_reader @@ -31,7 +31,7 @@ jobs: - name: Make Release Dir run: mkdir bin - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: 1.18.2 # Check if the newest tag already exists diff --git a/CHANGELOG.md b/CHANGELOG.md index 545c1125..29e46073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -110,6 +110,7 @@ ``` ### Changed + - **BREAKING** - `info` command output format includes additional information for supported languages with the following format changes: - keys are now camelCase - `supportedLanguages` is now an array of objects, enriched with `displayName` and `exampleValues` @@ -137,6 +138,7 @@ ] } ``` + ## [0.0.26] - 2022-11-16 ### Added