Skip to content

Commit

Permalink
REL: Release version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Jan 15, 2019
1 parent fd32c3e commit 22b635f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
==========

1.1.1 (unreleased)
1.1.1 (2019-01-15)
------------------

### Core
Expand Down Expand Up @@ -156,6 +156,9 @@ Update to 2018-09-26 version. New values are per taxonomy:
- Handle collector's `feed.name` and `feed.provider` (#1314).

### Known issues
- Bots started with IntelMQ-Manager stop when the webserver is restarted (#952).
- Tests: capture logging with context manager (#1342).
- stomp collector bot constantly uses 100% of CPU (#1364).


1.1.0 (2018-09-05)
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ NEWS

See the changelog for a full list of changes.

1.1.1 Bugfix release (unreleased)
----------------------------------
1.1.1 Bugfix release (2019-01-15)
---------------------------------

### Tools

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 (1.1.1-1) unstable; urgency=medium

* Update to version 1.1.1.

-- Wagner Sebastian <[email protected]> Tue, 15 Jan 2019 16:11:29 +0100

intelmq (1.1.1~alpha1-1) unstable; urgency=medium

* Update to version 1.1.1 alpha 1
Expand Down
2 changes: 1 addition & 1 deletion intelmq/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('1', '1', '1', 'alpha1')
__version_info__ = ('1', '1', '1')
__version__ = '.'.join(__version_info__)

0 comments on commit 22b635f

Please sign in to comment.