Skip to content

Commit 43baf7c

Browse files
🔖 Bump version to 2.0.2 and update changelog
1 parent 67678ae commit 43baf7c

6 files changed

+12
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 2.0.1
4+
current_version = 2.0.2
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<pre>[a-z]+)\.(?P<build>\d+))?
66
serialize =
77
{major}.{minor}.{patch}-{pre}.{build}

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
SDK Changelog
33
=============
44

5+
2.0.2 (2024-01-12)
6+
==================
7+
8+
Bugfix release
9+
10+
* [#3671] Fixed max date validation when "today" is included.
11+
512
2.0.1 (2023-12-08)
613
==================
714

README.NL.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Open Formulieren SDK
33
====================
44

5-
:Version: 2.0.1
5+
:Version: 2.0.2
66
:Source: https://github.com/open-formulieren/open-forms-sdk
77
:Keywords: e-Formulieren, Common Ground, FormIO, API
88

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Open Forms SDK
33
==============
44

5-
:Version: 2.0.1
5+
:Version: 2.0.2
66
:Source: https://github.com/open-formulieren/open-forms-sdk
77
:Keywords: e-Formulieren, Common Ground, FormIO, API
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-formulieren/sdk",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"private": true,
55
"main": "dist/open-forms-sdk.js",
66
"exports": {

publiccode.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2'
77
name: Open Forms SDK
88
url: 'http://github.com/open-formulieren/open-forms-sdk.git'
99
softwareType: standalone/frontend
10-
softwareVersion: 2.0.1
10+
softwareVersion: 2.0.2
1111
releaseDate: 't.b.d.'
1212
logo: 'https://github.com/open-formulieren/open-forms/blob/master/docs/logo.svg'
1313
platforms:

0 commit comments

Comments
 (0)