diff --git a/CHANGELOG.md b/CHANGELOG.md index b38dc44dc..9888f7892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index a5e629806..f162a497d 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),