From 279ca2e0cf7c33e2d13ba97cc5346b26a316631e Mon Sep 17 00:00:00 2001 From: Graasper Date: Wed, 4 Mar 2026 11:53:26 +0100 Subject: [PATCH] chore: release 0.9.2 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b28fea992..7e08ec6aa 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.1" + ".": "0.9.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0d9640b..5a858ae84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.2](https://github.com/graasp/graasp-web/compare/v0.9.1...v0.9.2) (2026-03-04) + + +### Bug Fixes + +* add atom feed ([#189](https://github.com/graasp/graasp-web/issues/189)) ([6dc014d](https://github.com/graasp/graasp-web/commit/6dc014d3434ece074519e107b08e3e60fca182ce)) +* re-enable the register controller with the stub ([#191](https://github.com/graasp/graasp-web/issues/191)) ([4ac16c4](https://github.com/graasp/graasp-web/commit/4ac16c4e4d89b1fceb9e757049c79e38cfe917f7)) + ## [0.9.1](https://github.com/graasp/graasp-web/compare/v0.9.0...v0.9.1) (2026-03-03) diff --git a/mix.exs b/mix.exs index 5ffe60297..d1d044c8a 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Admin.MixProject do def project do [ app: :admin, - version: "0.9.1", + version: "0.9.2", elixir: "~> 1.18", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,