Skip to content
Snippets Groups Projects
Verified Commit 172342bc authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Bump version to 3.0b3 and update changelog

parent 7f40457b
No related branches found
Tags 3.0b3
2 merge requests!1237Release 3.0,!1183Release 3.0
Pipeline #118262 passed
......@@ -6,16 +6,16 @@ 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.0b3`_ - 2023-03-19
---------------------
Fixed
~~~~~
* Some GraphQL queries could return more data than permitted in related fields.
`3.0b2` - 2023-03-09
--------------------
`3.0b2`_ - 2023-03-09
---------------------
Changed
~~~~~~~
......@@ -32,16 +32,16 @@ Fixed
did not trigger.
* [Dev] Allow apps to declare URLs in the non-legacy namespace again
`3.0b1` - 2023-02-27
--------------------
`3.0b1`_ - 2023-02-27
---------------------
Added
~~~~~
* Support for two factor authentication via email codes and Webauthn.
`3.0b0` - 2023-02-15
--------------------
`3.0b0`_ - 2023-02-15
---------------------
This release starts a new era of the AlekSIS® framework, by introducing a
dynamic frontend app written in Vue.js which communicates with the backend
......@@ -116,8 +116,8 @@ Removed
* It caused major performance issues and is not useful with the new
frontend anymore
`2.12.3` - 2023-03-07
---------------------
`2.12.3`_ - 2023-03-07
----------------------
Fixed
~~~~~
......@@ -1094,3 +1094,4 @@ Fixed
.. _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
.. _3.0b3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b3
......@@ -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.0b2"
release = "3.0b3"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-Core"
version = "3.0b2"
version = "3.0b3"
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