diff --git a/.changeset/real-dodos-lay.md b/.changeset/real-dodos-lay.md deleted file mode 100644 index ddf59976ba..0000000000 --- a/.changeset/real-dodos-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -feat: add the ability to provide peers ip address/port to sync health job diff --git a/apps/hubble/CHANGELOG.md b/apps/hubble/CHANGELOG.md index 6b2fbe895a..7716244f18 100644 --- a/apps/hubble/CHANGELOG.md +++ b/apps/hubble/CHANGELOG.md @@ -1,5 +1,11 @@ # @farcaster/hubble +## 1.15.4 + +### Patch Changes + +- 40094001: feat: add the ability to provide peers ip address/port to sync health job + ## 1.15.3 ### Patch Changes diff --git a/apps/hubble/package.json b/apps/hubble/package.json index e0c9947432..dddd5f459e 100644 --- a/apps/hubble/package.json +++ b/apps/hubble/package.json @@ -1,6 +1,6 @@ { "name": "@farcaster/hubble", - "version": "1.15.3", + "version": "1.15.4", "description": "Farcaster Hub", "author": "", "license": "",