File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2020
2121
2222def test_version ():
23- assert __version__ == "2.2.3 "
23+ assert __version__ == "2.2.4 "
2424
2525
2626def test_int8array_to_bytes ():
Original file line number Diff line number Diff line change 3636
3737from soft_webauthn_patched import SoftWebauthnDevice
3838
39- __version__ = "2.2.3 "
39+ __version__ = "2.2.4 "
4040
4141
4242# Unchanging headers in every request.
You can’t perform that action at this time.
0 commit comments