Skip to content

Commit

Permalink
Manually update CHANGELOG and fix CI to update CHANGELOG automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido committed Jul 3, 2024
1 parent eede871 commit 833804a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_ACTION_ACCESS_TOKEN }}
ref: ${{ github.event.release.tag_name }}
ref: master
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -93,4 +93,4 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Update and commit CHANGELOG.md
uses: onfido/onfido-actions/update-changelog@main
uses: onfido/onfido-actions/update-changelog@main
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.2.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.1.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))
Expand Down

0 comments on commit 833804a

Please sign in to comment.