diff --git a/CHANGELOG.md b/CHANGELOG.md index a57773e1c..5af6af9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## v2023.10.04 +### Highlights +- New logos, themes & brand colors +- All rust code has been removed (less jank, significantly faster build times) + +### Bug Fixes +- Post boost counts can no longer become negative + +### Performance +- User note lookups are now significantly faster + +### Miscellaneous +- Minor iconograpgy changes +- Translation updates + +### Infrastructure +- Docker builds are now versioned + +### Attribution +This release was made possible by project contributors: AntoineƐ, Aylam, Jeder, Laura Hausmann & moshibar + ## v2023.09.13-rc1 ### Highlights - New branding & documentation diff --git a/package.json b/package.json index 2f507fd2e..e3366b136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iceshrimp", - "version": "2023.09.13-rc1", + "version": "2023.10.04", "codename": "aqua", "repository": { "type": "git",