diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 9f897635..899b7da7 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## ✨ 1.8.2 - Serverless Functions for Netlify Instances [PR #235](https://github.com/Lissy93/dashy/pull/235) +- Previously when Dashy was deployed as a static site to Netlify, it was not possible to use several features, which required server-side code +- This PR adds serverless cloud functions to provide most of this functionality + ## 🩹 1.8.1 - Additional Languages, Bug Fix, and more [PR #234](https://github.com/Lissy93/dashy/pull/234) - Merges 5 additional languages - Adds RickyCZ's dashboard to showcase diff --git a/package.json b/package.json index 0415ed1f..8ceda392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.8.1", + "version": "1.8.2", "license": "MIT", "main": "server", "scripts": {