diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b723a..360b27d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.3.13.2 + +- Update sentry-sdk + ## 0.3.13.1 - Fix mutual exclusive exception for email settings diff --git a/package.json b/package.json index 55cd731..b193749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newsreader", - "version": "0.3.13.1", + "version": "0.3.13.2", "description": "Application for viewing RSS feeds", "main": "index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index a66d21f..2572d29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newsreader" -version = "0.3.13.1" +version = "0.3.13.2" description = "Webapplication for reading RSS feeds" authors = ["Sonny "] license = "GPL-3.0"