Skip to content

Commit

Permalink
update CHANGELOG.md + bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patatoid committed May 17, 2023
1 parent e186cdd commit 0c2171a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,29 @@

> Note that 0.X.X releases are reverved for the beta version of the server and may include breaking changes.
## [unreleased]
## [0.2.0] - 2023-05-17

### Added

- [gateway] introspected token forwarding to updatreams
- [identity] email templates edition
- [identity] configure, expose and edit user metadata
- [identity] user metadata configuration
- [gateway] static configuration
- [gateway] microgateways
- [identity] identity federation (login with button)
- [auth] better well-known openid configuration
- [auth] dynamic client registration
- [auth] client authentication methods configuration
- [auth] global signing key pairs


### Security

- [identity] invalidate user reset password token at use

### Fixed

## [0.1.0] - 2022-10-25

Initial beta release
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Boruta.Umbrella.MixProject do

def project do
[
version: "0.1.0",
version: "0.2.0",
apps_path: "apps",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 0c2171a

Please sign in to comment.