Skip to content

Commit 665b209

Browse files
author
Silvia
authored
Merge pull request #854 from maykinmedia/release/1.1.0
Release 1.1.0
2 parents c468031 + d4cb8e0 commit 665b209

10 files changed

Lines changed: 218 additions & 179 deletions

File tree

.github/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Open Archiefbeheer
33
==================
44

5-
:Version: 1.0.1
5+
:Version: 1.1.0
66
:Source: https://github.com/maykinmedia/open-archiefbeheer
77
:Docker hub: https://hub.docker.com/r/maykinmedia/open-archiefbeheer
88
:Keywords: ``open-archiefbeheer archiveren zaken``

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Change history
33
==============
44

5+
1.1.0 (2025-08-22)
6+
==================
7+
8+
New features:
9+
10+
* [#841] The record manager can now reassign both the main reviewer and the archivaris, instead of only the reviewer.
11+
12+
Documentation improvements:
13+
14+
* [#848] Explain the role of health checks and clarify that they do not indicate a failure occurred during deployment.
15+
* [#808] Improved developer docs with information about how to setup a local environment.
16+
* [#834] Document button to refresh Catalogi API resources from Open Zaak.
17+
18+
Bug fixes:
19+
20+
* [#842] All the comments added at any step of the process are now visible.
21+
* [#843] Fix that some users could no longer be selected as reviewers/archivist after a process had been interrupted.
22+
23+
524
1.0.1 (2025-05-09)
625
==================
726

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires-python = "3.12"
33

44
[tool.bumpversion]
5-
current_version = "1.0.1"
5+
current_version = "1.1.0"
66
parse = """(?x)
77
(?P<major>0|[1-9]\\d*)\\.
88
(?P<minor>0|[1-9]\\d*)\\.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.1.0"
22
__author__ = "Maykin Media"
33
__homepage__ = "https://github.com/maykinmedia/open-archiefbeheer"

backend/src/openarchiefbeheer/conf/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@
577577
Open Archiefbeheer provides an API to manage archiving cases.
578578
"""
579579

580-
API_VERSION = "1.0.1"
580+
API_VERSION = "1.1.0"
581581

582582
SPECTACULAR_SETTINGS = {
583583
"SCHEMA_PATH_PREFIX": "/api/v1",

0 commit comments

Comments
 (0)