Skip to content

Commit

Permalink
1.0.2 Bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
wagner-intevation committed Aug 10, 2023
1 parent f0e3d37 commit 07f029f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/WebinputCSV.vue
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ export default ({
errorMessage: null,
showErrorModal: false,
mailgenTargetGroups: [],
clientVersion: "1.0.1",
clientVersion: "1.0.2",
templateDeletionModal: false,
templateToDelete: {'index': null, 'template_name': null},
}
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
intelmq-webinput-csv (1.0.2-1) stable; urgency=medium

* backend: fix method arguments causing falcon errors
* backend: remove obsolete, long-running DB queries
* backend: fix falcon status code calls
* client: fix wrong modal on mailgen log button

-- Sebastian Wagner <swagner@intevation.de> Thu, 10 Aug 2023 09:53:40 +0200

intelmq-webinput-csv (1.0.1-1) stable; urgency=medium

* template name validation on name change
Expand Down
2 changes: 1 addition & 1 deletion intelmq_webinput_csv/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2017-2018 nic.at GmbH <wagner@cert.at>, 2022-2023 Bundesamt für Sicherheit in der Informationstechnik
# SPDX-License-Identifier: AGPL-3.0-or-later
__version_info__ = (1, 0, 1)
__version_info__ = (1, 0, 2)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 07f029f

Please # to comment.