Skip to content

Commit 774a40e

Browse files
release: v0.4.6
1 parent b4cb169 commit 774a40e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## [0.4.6](https://github.com/AsifArmanRahman/firebase-rest-api/compare/v0.4.5...v0.4.6) (2022-07-20)
2+
3+
4+
### Bug Fixes
5+
6+
* custom token generator ( [#1](https://github.com/AsifArmanRahman/firebase-rest-api/issues/1) ) ([b4cb169](https://github.com/AsifArmanRahman/firebase-rest-api/commit/b4cb1699d2d48d9741311d04a8530bf0242811e2))
7+
8+
9+
10+
## [0.4.5](https://github.com/AsifArmanRahman/firebase-rest-api/compare/d0837260dcbc5ed4b890f38ac36b5dfa10d05e48...v0.4.5) (2022-07-19)
11+
12+
13+
### Bug Fixes
14+
15+
* **Build:** update requests version ([d083726](https://github.com/AsifArmanRahman/firebase-rest-api/commit/d0837260dcbc5ed4b890f38ac36b5dfa10d05e48))
16+
17+
18+
### Performance Improvements
19+
20+
* use 𝘳𝘦𝘲𝘶𝘦𝘴𝘵 param ([db224f1](https://github.com/AsifArmanRahman/firebase-rest-api/commit/db224f1b75d57f77a8b118e6ed52ac22313e4fbf))
21+
22+
23+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build-backend = 'flit_core.buildapi'
1616
name = 'firebase-rest-api'
1717

1818
# Define the version of this library.
19-
version = '0.4.5'
19+
version = '0.4.6'
2020

2121
# Here is a small description of the library. This appears
2222
# when someone searches for the library on https://pypi.org/search.

0 commit comments

Comments
 (0)