Update CHANGELOG.md

This commit is contained in:
Sonny Bakker 2023-08-13 18:19:08 +02:00
parent 40a0b72d87
commit 15884d3b4e
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 0.4.3
- Use `IntersectionObserver` to paginate
## 0.4.2
- Set `SECURE_PROXY_SSL_HEADER` setting for production

View file

@ -1,6 +1,6 @@
{
"name": "newsreader",
"version": "0.4.2",
"version": "0.4.3",
"description": "Application for viewing RSS feeds",
"main": "index.js",
"scripts": {

View file

@ -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'