Skip to content
Snippets Groups Projects
Verified Commit f80e1696 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Amend changelog and release 3.0b2

parent 3edafaba
No related branches found
No related tags found
2 merge requests!1237Release 3.0,!1183Release 3.0
Pipeline #116743 failed
......@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
Unreleased
----------
`3.0b2` - 2023-03-09
--------------------
Changed
~~~~~~~
......@@ -22,6 +22,7 @@ Fixed
of a redirected request, the service worker served the offline fallback page.
* In some cases, the resize listener for the IFrame in the `LegacyBaseTemplate`
did not trigger.
* [Dev] Allow apps to declare URLs in the non-legacy namespace again
`3.0b1` - 2023-02-27
--------------------
......@@ -1084,3 +1085,4 @@ Fixed
.. _2.12.3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12.3
.. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b0
.. _3.0b1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b1
.. _3.0b2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b2
......@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
# The short X.Y version
version = "3.0"
# The full version, including alpha/beta/rc tags
release = "3.0b1"
release = "3.0b2"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-Core"
version = "3.0b1"
version = "3.0b2"
packages = [
{ include = "aleksis" }
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment