Skip to content

Commit

Permalink
🚢 v0.32.0 - 2023-07-18
Browse files Browse the repository at this point in the history
Added:
- user: Adds support for MFA factors.

Changed:
- deps: updates to `github.com/opentracing/[email protected]`.
- deps: updates to `github.com/sirupsen/[email protected]`.
- deps: updates to `go.mongodb.org/[email protected]`.
- deps: updates `examples/mongo` to `github.com/sirupsen/[email protected]`.
- deps: updates `examples/mongo` to `golang.org/x/[email protected]`.
- deps: updates `examples/mongo` to `golang.org/x/[email protected]`.
  • Loading branch information
matthewhartstonge committed Jul 18, 2023
1 parent f654ab7 commit dc6b990
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 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.32.0] - 2023-07-18
### Added
- user: Adds support for MFA factors.

### Changed
- deps: updates to `github.com/opentracing/[email protected]`.
- deps: updates to `github.com/sirupsen/[email protected]`.
- deps: updates to `go.mongodb.org/[email protected]`.
- deps: updates `examples/mongo` to `github.com/sirupsen/[email protected]`.
- deps: updates `examples/mongo` to `golang.org/x/[email protected]`.
- deps: updates `examples/mongo` to `golang.org/x/[email protected]`.

## [v0.31.0] - 2023-01-10
### Changed
- deps: updates to `github.com/google/[email protected]`.
Expand Down Expand Up @@ -690,6 +702,7 @@ clear out the password field before sending the response.
- General pre-release!

[Unreleased]: https://github.com/matthewhartstonge/storage/tree/master
[v0.32.0]: https://github.com/matthewhartstonge/storage/tree/v0.32.0
[v0.31.0]: https://github.com/matthewhartstonge/storage/tree/v0.31.0
[v0.30.1]: https://github.com/matthewhartstonge/storage/tree/v0.30.1
[v0.30.0]: https://github.com/matthewhartstonge/storage/tree/v0.30.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Matthew Hartstonge <[email protected]>
Copyright 2023 Matthew Hartstonge <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2021 Matthew Hartstonge <[email protected]>
Copyright 2023 Matthew Hartstonge <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion 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.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` |
| `v0.27.X` | `v0.32.X` | `v0.34.X` |

## Development
To start hacking:
Expand Down

0 comments on commit dc6b990

Please sign in to comment.