Skip to content

Commit

Permalink
🚢 v0.34.0 - 2024-02-22
Browse files Browse the repository at this point in the history
Added:
- user: adds support for regions.

Changed:
- deps: updates to `github.com/google/[email protected]`.
- deps: updates to `github.com/stretchr/[email protected]`.
- deps: updates to `go.mongodb.org/[email protected]`.
- ci: added testing against `[email protected]`.
- ci: added testing against `[email protected]`.
- ci: removed testing against `[email protected]`.
  • Loading branch information
matthewhartstonge committed Feb 21, 2024
1 parent 0767e64 commit e2f3fb2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.34.0] - 2024-02-22
### Added
- user: adds support for regions.

### Changed
- deps: updates to `github.com/google/[email protected]`.
- deps: updates to `github.com/stretchr/[email protected]`.
- deps: updates to `go.mongodb.org/[email protected]`.
- ci: added testing against `[email protected]`.
- ci: added testing against `[email protected]`.
- ci: removed testing against `[email protected]`.

## [v0.33.0] - 2023-08-25
### Fixed
- user: aligns `bson`, `json` and `xml` marshalling to the name of the `mfaFactors` property.
Expand Down Expand Up @@ -706,6 +718,7 @@ clear out the password field before sending the response.
- General pre-release!

[Unreleased]: https://github.com/matthewhartstonge/storage/tree/master
[v0.34.0]: https://github.com/matthewhartstonge/storage/tree/v0.34.0
[v0.33.0]: https://github.com/matthewhartstonge/storage/tree/v0.33.0
[v0.32.0]: https://github.com/matthewhartstonge/storage/tree/v0.32.0
[v0.31.0]: https://github.com/matthewhartstonge/storage/tree/v0.31.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ know what versions you are successfully paired with.

| storage version | minimum fosite version | maximum fosite version |
|----------------:|-----------------------:|-----------------------:|
| `v0.34.X` | `v0.33.X` | `v0.34.X` |
| `v0.33.X` | `v0.33.X` | `v0.34.X` |
| `v0.32.X` | `v0.33.X` | `v0.34.X` |
| `v0.31.X` | `v0.33.X` | `v0.34.X` |
| `v0.30.X` | `v0.33.X` | `v0.34.X` |
| `v0.29.X` | `v0.32.X` | `v0.34.X` |
| `v0.28.X` | `v0.32.X` | `v0.34.X` |

## Development
To start hacking:
Expand Down

0 comments on commit e2f3fb2

Please sign in to comment.