diff --git a/.github/workflows/ndc-python-lambda-connector.yaml b/.github/workflows/ndc-python-lambda-connector.yaml index a0e2857..334b177 100644 --- a/.github/workflows/ndc-python-lambda-connector.yaml +++ b/.github/workflows/ndc-python-lambda-connector.yaml @@ -156,7 +156,7 @@ jobs: NEW_BRANCH="update-${{ env.CONNECTOR_NAME }}-connector-v${{ steps.get-version.outputs.tagged_version }}" git checkout -b $NEW_BRANCH - cd registry/${{ env.REGISTRY_NAME }}/${{ env.CONNECTOR_NAME }} + cd registry/${{ env.REGISTRY_NAME }}/python # Create releases directory if it doesn't exist mkdir -p releases/v${{ steps.get-version.outputs.tagged_version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index cb03882..a83a58c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This changelog documents the changes between release versions. ## [Unreleased] Changes to be included in the next upcoming release +## [0.1.6] - 2025-01-22 +* Fix workflows + ## [0.1.5] - 2024-12-05 * Update the Python SDK * Unpin Versions