From a5b342f8a1c1d57e204fd46b72259e5f653ac8e8 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 27 Feb 2022 23:07:47 +0100
Subject: [PATCH] Prepare release 0.4.4 (#218)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
---
 CHANGELOG.md | 5 ++++-
 Cargo.toml   | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e9b21fa..85c5deed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.4.4] - 2022-02-27
+
 ### Changed
 
 - Bump lnp/bp dependencies ([#215](https://github.com/farcaster-project/farcaster-core/pull/215))
@@ -108,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Messages exchanged between farcaster-node's microservices
 - Tasks and blockchain events used by syncers
 
-[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.4.3...HEAD
+[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.4.4...HEAD
+[0.4.4]: https://github.com/farcaster-project/farcaster-core/compare/v0.4.3...v0.4.4
 [0.4.3]: https://github.com/farcaster-project/farcaster-core/compare/v0.4.2...v0.4.3
 [0.4.2]: https://github.com/farcaster-project/farcaster-core/compare/v0.4.1...v0.4.2
 [0.4.1]: https://github.com/farcaster-project/farcaster-core/compare/v0.4.0...v0.4.1
diff --git a/Cargo.toml b/Cargo.toml
index e437305c..e04b7902 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "farcaster_core"
-version = "0.4.3"
+version = "0.4.4"
 authors = ["Farcaster Devs"]
 documentation = "https://docs.rs/farcaster_core"
 homepage = "https://github.com/farcaster-project/farcaster-core"