Skip to content

Commit

Permalink
Bump to version 4.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Jan 3, 2024
1 parent bb595fc commit 7084f39
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Changes in version 4.14.3
Apply minor bugfixing on release 4.14.0; see git log for details

Changes in version 4.14.2
Apply minor bugfixing on release 4.14.0
Apply minor bugfixing on release 4.14.0; see git log for details

Changes in version 4.14.1
Apply minor bugfixing on release 4.14.0
Apply minor bugfixing on release 4.14.0; see git log for details

Changes in version 4.14.0
Implement masking and redaction features (#3420, #3429)
Expand Down
2 changes: 1 addition & 1 deletion backend/globaleaks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = 'GlobaLeaks'
__email__ = 'info@globaleaks.org'
__copyright__ = '2011-2024 - GlobaLeaks'
__version__ = '4.14.2'
__version__ = '4.14.3'
__license__ = 'AGPL-3.0'

DATABASE_VERSION = 67
Expand Down
4 changes: 2 additions & 2 deletions client/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "GlobaLeaks",
"description": "GlobaLeaks - Free and Open-Source Whistleblowing Software",
"version": "4.14.2",
"version": "4.14.3",
"license": "AGPL-3.0",
"author": "GlobaLeaks",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
globaleaks (4.14.3) stable; urgency=medium

* New stable release

-- GlobaLeaks software signing key <info@globaleaks.org> Wed, 03 Jan 2024 18:13:56 +0100

globaleaks (4.14.2) stable; urgency=medium

* New stable release
Expand Down
2 changes: 1 addition & 1 deletion publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url: 'https://github.com/globaleaks/GlobaLeaks'
landingURL: 'https://www.globaleaks.org/'
roadmap: "https://docs.globaleaks.org/en/main/roadmap/"
logo: brand/assets/globaleaks-icon-color.svg
softwareVersion: 4.14.2
softwareVersion: 4.14.3
softwareType: standalone/web
developmentStatus: stable
platforms:
Expand Down

0 comments on commit 7084f39

Please sign in to comment.