diff --git a/CHANGELOG.md b/CHANGELOG.md index cbec2bbc1..b96bfab44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,19 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v1.1.4](https://github.com/philippdormann/uptime-kuma/compare/v1.1.3...v1.1.4) + +- 🧹 cleanup docker nightly workflow [`8eb0d70`](https://github.com/philippdormann/uptime-kuma/commit/8eb0d706b4d687bbd90d36faf2dbf71d88d9e667) +- add proper DigitalOcean templates [`dddbd34`](https://github.com/philippdormann/uptime-kuma/commit/dddbd3412526dd9706cb19f157789ca9df07e5a2) +- add temporary workflow for explicit docker release on ghcr.io [`f7369e7`](https://github.com/philippdormann/uptime-kuma/commit/f7369e7e8f6914f289441cb19734fc1550a09002) +- Apple icon [`8dd5b97`](https://github.com/philippdormann/uptime-kuma/commit/8dd5b97b794332eeec4bd2d7b5cf8a8a775ec050) +- Add files via upload [`18744d8`](https://github.com/philippdormann/uptime-kuma/commit/18744d834fa9c4598efd233615cf310964af07ba) + #### [v1.1.3](https://github.com/philippdormann/uptime-kuma/compare/v1.1.2...v1.1.3) +> 14 July 2021 + +- 🚀RELEASE v1.1.3 [`7355c98`](https://github.com/philippdormann/uptime-kuma/commit/7355c986eeabf37fbe75e3ee8ad3a70e1740b2d7) - 🚑 fix yarn lockfile [`20f2302`](https://github.com/philippdormann/uptime-kuma/commit/20f2302d93bc6ebe133e74136d32b85bd00762a7) #### [v1.1.2](https://github.com/philippdormann/uptime-kuma/compare/v1.1.1...v1.1.2) diff --git a/package.json b/package.json index 8b1c1cbc1..82f495f3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uptime-kuma", - "version": "1.1.3", + "version": "1.1.4", "scripts": { "dev": "vite --host", "start-server": "node server/server.js",