diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8afa4..766441b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.3 + +- Use `IntersectionObserver` to paginate + ## 0.4.2 - Set `SECURE_PROXY_SSL_HEADER` setting for production diff --git a/package.json b/package.json index 76638ee..f3c7aae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newsreader", - "version": "0.4.2", + "version": "0.4.3", "description": "Application for viewing RSS feeds", "main": "index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index b8188a9..3786761 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'newsreader' -version = '0.4.2' +version = '0.4.3' authors = [{name = 'Sonny', email= 'sonnyba871@gmail.com'}] license = {text = 'GPL-3.0'} requires-python = '>=3.11'