Skip to content

Commit

Permalink
🔖 Bump version to 2.8.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen authored and sergei-maertens committed Jan 31, 2025
1 parent d9bf128 commit 0bf3c9b
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 2.8.3
current_version = 2.8.4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<pre>[a-z]+)\.(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{pre}.{build}
Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
=========

2.8.4 (2025-01-31)
==================

Regular bugfix release

* [:backend:`5035`] Fixed duplicate values being sent by legacy Objects API registration
plugin.
* [:backend:`5058`] Fixed race conditions and database errors being caused when editing
forms, originally because of :backend:`4900`.

2.8.3 (2025-01-09)
==================

Expand Down Expand Up @@ -37,7 +47,7 @@ Regular bugfix release
Regular bugfix release

.. warning:: Manual intervention required

We fixed a bug that would mess with the default values of selectboxes components.
A script is included to fix the forms that are affected - you need to run this
after deploying the patch release.
Expand All @@ -61,7 +71,7 @@ Regular bugfix release
filename.
* [:backend:`4727`] Fixed crash when a user defined variable was changed to an array
datatype.
* [:backend:`4320`] Fixed ambiguous langugage in the summary PDF when the submission
* [:backend:`4320`] Fixed ambiguous langugage in the summary PDF when the submission
still requires cosigning.

2.8.1 (2024-10-29)
Expand Down
2 changes: 1 addition & 1 deletion README.NL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Open Formulieren
================

:Version: 2.8.3
:Version: 2.8.4
:Source: https://github.com/open-formulieren/open-forms
:Keywords: e-Formulieren, Common Ground, FormIO, API

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Open Forms
==========

:Version: 2.8.3
:Version: 2.8.4
:Source: https://github.com/open-formulieren/open-forms
:Keywords: e-Formulieren, Common Ground, FormIO, API

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openforms",
"version": "2.8.3",
"version": "2.8.4",
"description": "Open Forms",
"main": "src/static/openforms/js/openforms.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2'
name: Open Forms Builder and API
url: 'http://github.com/open-formulieren/open-forms.git'
softwareType: standalone/backend
softwareVersion: 2.8.3
softwareVersion: 2.8.4
releaseDate: '2022-03-10'
logo: 'https://github.com/open-formulieren/open-forms/blob/master/docs/logo.svg'
platforms:
Expand Down
2 changes: 1 addition & 1 deletion src/openforms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .celery import app as celery_app

__all__ = ("celery_app",)
__version__ = "2.8.3"
__version__ = "2.8.4"
__author__ = "Maykin Media"
__homepage__ = "https://github.com/open-formulieren/open-forms"

0 comments on commit 0bf3c9b

Please sign in to comment.