Skip to content

Commit

Permalink
Adds v0.9.6 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ackleymi committed Sep 20, 2024
1 parent b7fa96b commit b7d706f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.9.6 (September 20, 2024)

### ENHANCEMENTS
* Allow the clients of acceptor to specify their own tls.Config https://github.com/quickfixgo/quickfix/pull/667
* Adds NextExpectedSeqNum setting https://github.com/quickfixgo/quickfix/pull/668

### BUG FIXES
* Reinit stop sync to prevent deadlock on sequential start/stops https://github.com/quickfixgo/quickfix/pull/669
* Check logon auth before resetting store https://github.com/quickfixgo/quickfix/pull/670
* Reverts ToAdmin call sequencing https://github.com/quickfixgo/quickfix/pull/674

## 0.9.5 (August 14, 2024)

### ENHANCEMENTS
Expand Down

0 comments on commit b7d706f

Please sign in to comment.