Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Jan 20, 2022
1 parent d76a4cd commit d674576
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Newshub Changelog

## [2.0.2] 2022-01-20
### Features
- [NHUB-84] setup sentry in app factory (#60)

### Fixes
- [NHUB-77] fix(reports): Incorrectly adding terms and missing _resource field (#59)

## [2.0.1] 2022-01-18
### Features
- [NHUB-73] add elastic apm setup (#54)

### Fixes
- [NHUB-51] fix: Duplicate image descriptions in xml based downloads (#52)
- [NHUB-73] add elastic apm setup (#54)
- [NHUB-56] fix: Add/remove navigations from products on nav post/patch (#53)
- [NHUB-79] fix(push): Convert str to datetime for agenda notification (#56)

Expand Down
2 changes: 1 addition & 1 deletion newsroom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import superdesk
from superdesk import register_resource # noqa

__version__ = '2.0.1'
__version__ = '2.0.2'

# reuse content api dbs
MONGO_PREFIX = 'CONTENTAPI_MONGO'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newsroom-core",
"version": "2.0.1",
"version": "2.0.2",
"license": "GPLv3",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='Newsroom-Core',
version='2.0.1',
version='2.0.2',
description='Newsroom Core library',
author='Sourcefabric',
url='https://github.com/superdesk/newsroom-core',
Expand Down

0 comments on commit d674576

Please sign in to comment.