diff --git a/changelog/v5.23.7.md b/changelog/v5.23.7.md new file mode 100644 index 0000000000..e94cfdbd0f --- /dev/null +++ b/changelog/v5.23.7.md @@ -0,0 +1,13 @@ +## [v5.23.7](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.23.7) + +### New Features + +- N/A + +### Bug Fixes + +- N/A + +### Housekeeping / Other + +- Enforce min version of Firefox for Android to 120 due to API support \ No newline at end of file diff --git a/package.json b/package.json index c770748d63..5e3957cf1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.23.6", + "version": "5.23.7", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",