Skip to content

Commit

Permalink
REL: 2.3.0 Feature release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Mar 4, 2021
1 parent 77fe880 commit 80d3ed6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHANGELOG
=========


2.3.0 (unreleased)
2.3.0 (2021-03-04)
------------------

### Backend
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ NEWS
See the changelog for a full list of changes.


2.3.0 (unreleased)
2.3.0 (2021-03-04)
------------------
The IntelMQ Manager backend has been rewritten in Python and split off to the IntelMQ API.
An installation of intelmq-api is now required to run the IntelMQ Manager.
For deb/rpm-installations, you only need to upgrade the packages. Additional requirements are automatically pulled in.
For manual installations, please follow the installation instructions:
- for [intelmq-api](https://intelmq.readthedocs.io/en/maintenance/user/intelmq-api.html)
- for [intelmq-manager](https://intelmq.readthedocs.io/en/maintenance/user/intelmq-manager.html)


2.2.1 (2020-07-30)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
intelmq-manager (2.3.0-1) stable; urgency=medium

* Update to 2.3.0.

-- Sebastian Wagner <[email protected]> Thu, 04 Mar 2021 12:50:19 +0100

intelmq-manager (2.3.0~alpha2-1) stable; urgency=medium

* Update to 2.3.0 alpha 2 (dev1).
Expand Down
2 changes: 1 addition & 1 deletion intelmq_manager/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
SPDX-FileCopyrightText: 2020 Intelmq Team <[email protected]>
SPDX-License-Identifier: AGPL-3.0-or-later
"""
__version_info__ = (2, 3, 0, 'dev1')
__version_info__ = (2, 3, 0)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 80d3ed6

Please sign in to comment.