diff --git a/changelogs/0.4.0.md b/changelogs/0.4.0.md new file mode 100644 index 0000000..82726b4 --- /dev/null +++ b/changelogs/0.4.0.md @@ -0,0 +1,16 @@ +# 👷‍♀️ SCIM Support 🧑‍💼 + +## ✨ Features ✨ + +* Add SCIM support + +## 🛠️ Improvements / Changes 🛠️ + +* Remove a possibility to upload Blueprints on SBS + * all Uploads are now done via SCIM (https://satisfactory-calculator.com/en/interactive-map) (and will be sync every 6 hours) +* Add many links to SCIM +* Remove (for now) the Tags filter on SBS (will be added later again) + +## 🐛 Bugfixes 🐛 + +* fix missing bulk upload button \ No newline at end of file diff --git a/package.json b/package.json index e707377..a5a0b34 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "packageManager": "^pnpm@8.5.1", "name": "vite-react-template", "private": true, - "version": "0.3.1", + "version": "0.4.0", "scripts": { "production": "NODE_ENV=production yarn server", "server": "ts-node --project ./server/tsconfig.json -r tsconfig-paths/register server/src/index.ts",