Skip to content

Commit

Permalink
Bump to v0.99.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Nov 9, 2023
1 parent d04ce7b commit 8e32fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This describes which proxy versions implement which version of the API drafted
in MSC3575. See https://github.com/matrix-org/sliding-sync/releases for the
changes in the proxy itself.

As of v0.99.7, the proxy implements [this version of the MSC](https://github.com/matrix-org/matrix-spec-proposals/blob/71fb1a2e3780ae07e03850d96ce3bad59305986e/proposals/3575-sync.md) with the following exceptions:
As of v0.99.12, the proxy implements [this version of the MSC](https://github.com/matrix-org/matrix-spec-proposals/blob/9450ced7fb9cf5ea9077d029b3adf36aebfa8709/proposals/3575-sync.md) with the following exceptions:
- the `limited` flag is not set in responses.
- Delta tokens are unsupported.

Expand Down
2 changes: 1 addition & 1 deletion cmd/syncv3/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

var GitCommit string

const version = "0.99.11"
const version = "0.99.12"

var (
flags = flag.NewFlagSet("goose", flag.ExitOnError)
Expand Down

0 comments on commit 8e32fff

Please sign in to comment.