Skip to content

Commit

Permalink
bump version to 4.3.1 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryfauna authored Oct 17, 2022
1 parent c644bb8 commit e811b4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 4.3.0 [current]
## 4.3.1 [current]
- Fix the X-Last-Seen-Txn header. [#250](https://github.com/fauna/faunadb-python/pull/250)
- Fix the changelog link emitted from upgrade prompt. [#249])(https://github.com/fauna/faunadb-python/pull/249)

## 4.3.0
- Add optional endpoint parameter as an alternative to setting scheme, domain and port individually. The new parameter
will override scheme, domain and port if set. [#240](https://github.com/fauna/faunadb-python/pull/240)

Expand Down
2 changes: 1 addition & 1 deletion faunadb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "FaunaDB"
__version__ = "4.3.0"
__version__ = "4.3.1"
__api_version__ = "4"
__author__ = "Fauna, Inc"
__license__ = "MPL 2.0"
Expand Down

0 comments on commit e811b4b

Please sign in to comment.