Skip to content

Commit

Permalink
bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patatoid committed Nov 21, 2024
1 parent 8a778a6 commit f27a9a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

> Note that 0.X.X releases are reverved for the beta version of the server and may include breaking changes.
## [0.5.1] - 2024-11-21

### Added

- [admin] user csv import metadata
- [infra] organization creation in static configuration
- [admin] client key pair configuration + support for EC keys

### Fixed

- [ssi] several verifiable credentials issuance and presentation fixes
- [auth] configurable status display in id_token claims
- [admin] user with empty metadata save
- [admin] federated users deletion


## [0.5.0] - 2024-10-17

### Added
Expand Down
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.5.0",
version: "0.5.1",
apps_path: "apps",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit f27a9a3

Please sign in to comment.