diff --git a/CHANGELOG.md b/CHANGELOG.md index f253b753b..baed4d322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.4.1](https://github.com/myriadsocial/myriad-api/compare/2.4.0...2.4.1) (2023-09-11) + + +### Bug Fixes + +* email showing on api request ([#906](https://github.com/myriadsocial/myriad-api/issues/906)) ([2ab5aac](https://github.com/myriadsocial/myriad-api/commit/2ab5aac15ea9954457b83a9d4bbd30a41e93f977)) +* error when importing from twitter ([#895](https://github.com/myriadsocial/myriad-api/issues/895)) ([1cae52f](https://github.com/myriadsocial/myriad-api/commit/1cae52f9e5fd1613f2b124f89be7c4b1854b82d7)) +* fetch twitter ([#893](https://github.com/myriadsocial/myriad-api/issues/893)) ([f0ab8e7](https://github.com/myriadsocial/myriad-api/commit/f0ab8e72b562e58f9f528d6e46f1d43639ae2d70)) +* fetch twitter ([#894](https://github.com/myriadsocial/myriad-api/issues/894)) ([0a5016e](https://github.com/myriadsocial/myriad-api/commit/0a5016e504b7029374b1da47af1e1daab1d39a30)) +* mongo index user email ([#892](https://github.com/myriadsocial/myriad-api/issues/892)) ([71eff2c](https://github.com/myriadsocial/myriad-api/commit/71eff2ca6378a598666fd258df56f8050d36023f)) +* profile ([#890](https://github.com/myriadsocial/myriad-api/issues/890)) ([8a3b7d9](https://github.com/myriadsocial/myriad-api/commit/8a3b7d9be344b10a7e1f2143547506bb4c383abe)) +* rate limit ([#907](https://github.com/myriadsocial/myriad-api/issues/907)) ([1938cd5](https://github.com/myriadsocial/myriad-api/commit/1938cd555e86cab875e2b6d730ea8b89af6fc0f1)) +* remove email from get post request ([#902](https://github.com/myriadsocial/myriad-api/issues/902)) ([6a1ef00](https://github.com/myriadsocial/myriad-api/commit/6a1ef0016e10d1ef1d0f4cbd202ccd011d04bd0b)) + ## [2.4.0](https://github.com/myriadsocial/myriad-api/compare/2.3.1...2.4.0) (2023-06-15) diff --git a/package.json b/package.json index 8e129261d..7d424a426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myriad-api", - "version": "2.4.0", + "version": "2.4.1", "description": "myriad-api", "private": true, "license": "AGPL-3.0",