Skip to content

Commit 8c3e77c

Browse files
committed
Release 2.2.4
- fix changelog links to issue/pr page - update changelog - bump version
1 parent e96ff15 commit 8c3e77c

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,19 +197,24 @@ If you screw up -- delete local and remote tags and have another go:
197197

198198
## Changelog
199199

200+
##### 2.2.4
201+
202+
- Generate `x-device-meta` with dynamic versions (thanks [@gdarby70](https://github.com/eidorb/ubank/issues/9)!)
203+
204+
200205
##### 2.2.3
201206

202-
- Define additional Filter fields ([PR #8](https://github.com/eidorb/ubank/pull/8)!)
207+
- Define additional Filter fields (thanks [@CactiNotch](https://github.com/eidorb/ubank/pull/8)!)
203208

204209

205210
##### 2.2.2
206211

207-
- Fix potentially optional Transaction fields (thanks [@CactiNotch](https://github.com/CactiNotch)!)
212+
- Fix potentially optional Transaction fields (thanks [@CactiNotch](https://github.com/eidorb/ubank/issues/7)!)
208213

209214

210215
##### 2.2.1
211216

212-
- `get_linked_banks()` returns linked external bank accounts (thanks [@CactiNotch](https://github.com/CactiNotch)!)
217+
- `get_linked_banks()` returns linked external bank accounts (thanks [@CactiNotch](https://github.com/eidorb/ubank/issues/7)!)
213218

214219

215220
#### 2.2.0
@@ -234,7 +239,7 @@ If you screw up -- delete local and remote tags and have another go:
234239

235240
#### 1.1.0
236241

237-
- Set `x-api-version` to fix [#4](https://github.com/eidorb/ubank/issues/4) (thanks [@jakepronger](https://github.com/jakepronger)!)
242+
- Set `x-api-version` to fix [#4](https://github.com/eidorb/ubank/issues/4) (thanks [@jakepronger](https://github.com/eidorb/ubank/pull/5)!)
238243

239244

240245
### 1.0.0

tests/test_ubank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
def test_version():
23-
assert __version__ == "2.2.3"
23+
assert __version__ == "2.2.4"
2424

2525

2626
def test_int8array_to_bytes():

ubank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
from soft_webauthn_patched import SoftWebauthnDevice
3838

39-
__version__ = "2.2.3"
39+
__version__ = "2.2.4"
4040

4141

4242
# Unchanging headers in every request.

0 commit comments

Comments
 (0)