diff --git a/changelog.md b/changelog.md index fb69a832..dfe5d0ac 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,7 @@ - Fixed a lot of open handles - Graceful shutdown should work now - HTTP gateways are deregistered +- Page seed is not in race condition anymore (hacky but will be fixed later) ### Version 0.0.6 diff --git a/package.json b/package.json index 9f975052..a7126442 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@artgen/core", - "version": "0.0.8", + "version": "0.0.9", "description": "Versatily headless CMS", "main": "build/main.js", "homepage": "https://artgen.io", diff --git a/version b/version index 7d6b3eb3..429d94ae 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.8 \ No newline at end of file +0.0.9 \ No newline at end of file