Skip to content

Commit 026f44b

Browse files
authored
Merge pull request #78 from maykinmedia/release/0.8.1
🔖 release 0.8.1
2 parents 2be05e6 + e44275d commit 026f44b

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
0.8.1 (2024-09-26)
5+
------------------
6+
7+
**Bugfixes/QOL**
8+
9+
* Change SESSION_COOKIE_SAMESITE to "Lax" to fix OIDC (#72)
10+
* Remove url from SECRET_KEY help text (#76)
11+
* Change CSP headers to support API schema page
12+
413
0.8.0 (2024-08-22)
514
------------------
615

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Open API Framework
22
==================
33

4-
:Version: 0.8.0
4+
:Version: 0.8.1
55
:Source: https://github.com/maykinmedia/open-api-framework
66
:Keywords: metapackage, dependencies
77

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "Maykin Media"
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = "0.8.0"
29+
release = "0.8.1"
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "open_api_framework"
7-
version = "0.8.0"
7+
version = "0.8.1"
88
description = "A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings"
99
authors = [
1010
{name = "Maykin Media", email = "[email protected]"}
@@ -101,7 +101,7 @@ testpaths = ["tests"]
101101
DJANGO_SETTINGS_MODULE = "testapp.settings"
102102

103103
[tool.bumpversion]
104-
current_version = "0.8.0"
104+
current_version = "0.8.1"
105105
files = [
106106
{filename = "pyproject.toml"},
107107
{filename = "README.rst"},

0 commit comments

Comments
 (0)