diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc2e8c..76480a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.2] - 2024-07-07 + +### Added + +- Better error handling + ## [0.1.1] - 2024-02-25 ### Changed diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bad7536..41f10d5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "wireguard-gui", - "version": "0.1.1" + "version": "0.1.2" }, "tauri": { "systemTray": { @@ -33,7 +33,7 @@ "icons/icon.icns", "icons/icon.ico" ], - "identifier": "com.wireguard-gui.gg", + "identifier": "com.wireguard-gui.io", "longDescription": "A wireguard gui for linux made with nextauri", "macOS": { "entitlements": null,