diff --git a/elk/CHANGELOG.md b/elk/CHANGELOG.md index 4b3e4e1c3a..7874ed61da 100644 --- a/elk/CHANGELOG.md +++ b/elk/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 0.15.32 (2025-01-25) + + +### Bug Fixes + +* add follow pending message to differenciate locked account and server response ([2b1c544](https://github.com/BDX-town/elk/commit/2b1c544fd233c7bf2a6a749db52cceea0892c5f4)) + ## 0.15.31 (2025-01-24) diff --git a/elk/package.json b/elk/package.json index cfd4ba5fc7..991b4d7f74 100644 --- a/elk/package.json +++ b/elk/package.json @@ -1,7 +1,7 @@ { "name": "@elk-zone/elk", "type": "module", - "version": "0.15.31", + "version": "0.15.32", "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", "license": "MIT", "homepage": "https://elk.zone/",