diff --git a/.release_notes/0.77.3.md b/.release_notes/0.77.3.md
new file mode 100644
index 00000000..d105cb14
--- /dev/null
+++ b/.release_notes/0.77.3.md
@@ -0,0 +1,7 @@
+## [0.77.3](https://github.com/taskany-inc/crew/compare/v0.77.2...v0.77.3) (2024-09-12)
+
+
+### Bug Fixes
+
+* enabled flag for external user service ([7505f2e](https://github.com/taskany-inc/crew/commit/7505f2e228bd251c84094603645871aa548534bd))
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f599fc76..ceb9a83c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines.
 
+## [0.77.3](https://github.com/taskany-inc/crew/compare/v0.77.2...v0.77.3) (2024-09-12)
+
+
+### Bug Fixes
+
+* enabled flag for external user service ([7505f2e](https://github.com/taskany-inc/crew/commit/7505f2e228bd251c84094603645871aa548534bd))
+
 ## [0.77.2](https://github.com/taskany-inc/crew/compare/v0.77.1...v0.77.2) (2024-09-03)
 
 
diff --git a/package-lock.json b/package-lock.json
index 608bae86..0a7488ad 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@taskany/crew",
-  "version": "0.77.2",
+  "version": "0.77.3",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@taskany/crew",
-      "version": "0.77.2",
+      "version": "0.77.3",
       "dependencies": {
         "@aws-sdk/client-s3": "3.451.0",
         "@hookform/resolvers": "3.4.2",
diff --git a/package.json b/package.json
index 54ef8967..6d792b7c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@taskany/crew",
-  "version": "0.77.2",
+  "version": "0.77.3",
   "private": true,
   "scripts": {
     "dev": "npm run build:css && concurrently -k \"npm run dev:worker\" \"next dev\"",
diff --git a/version b/version
index 15c06c46..adba34e3 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.77.2
\ No newline at end of file
+0.77.3
\ No newline at end of file