From 00affb720802d5a5f3b51d502b6a0437e553db91 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 17 Oct 2023 18:57:03 +0300
Subject: [PATCH] Publish New Versions (#55)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
---
 .changes/windows-048.md | 5 -----
 CHANGELOG.md            | 4 ++++
 Cargo.toml              | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)
 delete mode 100644 .changes/windows-048.md

diff --git a/.changes/windows-048.md b/.changes/windows-048.md
deleted file mode 100644
index f47517c..0000000
--- a/.changes/windows-048.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"window-shadows": "patch"
----
-
-Update `windows-sys` version to `0.48`
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32e35b3..9f21a5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## \[0.2.2]
+
+- [`791c43d`](https://github.com/tauri-apps/window-shadows/commit/791c43def0e802a47a7b163e7bc612b3a0faf794) Update `windows-sys` version to `0.48`
+
 ## \[0.2.1]
 
 - Update docs to include conditional compliation flags.
diff --git a/Cargo.toml b/Cargo.toml
index b3ed111..3a6922c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
 name = "window-shadows"
 description = "Add native shadows to your windows."
 authors = [ "Tauri Programme within The Commons Conservancy" ]
-version = "0.2.1"
+version = "0.2.2"
 edition = "2021"
 license = "Apache-2.0 OR MIT"
 readme = "README.md"