diff --git a/CHANGELOG.md b/CHANGELOG.md index 605c7d2..2d674ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ # Unreleased + +# v1.12.0 + - Updated for Hydrus v586 (https://github.com/funmaker/Hybooru/issues/45) - Added rating.service config that can accept either id number or string name of the rating service - Deprecated rating.serviceName in favor of rating.service diff --git a/README.md b/README.md index 2a75aa7..507c00e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ possible)** - OpenGraph and OpenSearch - Supports browsers without JS -Minimum Hydrus Version: **v559** +Minimum Hydrus Version: **v586** Keep in mind this project is not a standalone, fully-fledged booru, but rather a read-only interface to your Hydrus database. It does not provide any way to manage your posts or tags. The only way to add/modify your data is to do these diff --git a/package.json b/package.json index 8ea3df0..a3ceae7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hybooru", "description": "Hydrus-based booru-styled imageboard in React", - "version": "1.12.0-dev", + "version": "1.12.0", "engines": { "node": ">=14.0.0", "npm": ">=7.0.0"