diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1a3a8a1..7d1be29 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -59,8 +59,7 @@ jobs: - uses: actions/checkout@v4 with: token: ${{ secrets.GH_ACTION_ACCESS_TOKEN }} - ref: ${{ github.ref_name }} - repository: ${{ github.repository_owner }}/${{ github.event.repository.name }} + ref: master - name: Set up Maven Central Repository uses: actions/setup-java@v4 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a645b7..181305b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v3.3.0 2nd July 2024 + +- Release based on Onfido OpenAPI spec version [v3.1.0](https://github.com/onfido/onfido-openapi-spec/releases/tag/v3.1.0): + - Add missing fields in document report's properties + ## v3.2.0 24th June 2024 - Library has been rebuilt from scratch and automatically generated on [Onfido OpenAPI Spec](https://github.com/onfido/onfido-openapi-spec) (release [v3.0.0](https://github.com/onfido/onfido-openapi-spec/releases/tag/v3.0.0))