diff --git a/blog/2024-03-05-1-13-0-new-release/import_account_via_qr_code-dark.png b/blog/2024-03-05-1-13-0-new-release/import_account_via_qr_code-dark.png
new file mode 100644
index 0000000..4952154
Binary files /dev/null and b/blog/2024-03-05-1-13-0-new-release/import_account_via_qr_code-dark.png differ
diff --git a/blog/2024-03-05-1-13-0-new-release/import_account_via_qr_code-light.png b/blog/2024-03-05-1-13-0-new-release/import_account_via_qr_code-light.png
new file mode 100644
index 0000000..e5f9a87
Binary files /dev/null and b/blog/2024-03-05-1-13-0-new-release/import_account_via_qr_code-light.png differ
diff --git a/blog/2024-03-05-1-13-0-new-release/index.mdx b/blog/2024-03-05-1-13-0-new-release/index.mdx
new file mode 100644
index 0000000..09788ed
--- /dev/null
+++ b/blog/2024-03-05-1-13-0-new-release/index.mdx
@@ -0,0 +1,66 @@
+---
+title: Version 1.13.0 Release
+description: Forgotten to write down that seed phrase? Version 1.13.0 now allows you to view once more!
+slug: version-1-13-0-release
+authors: [kieran]
+tags: [account, release]
+image: /static/images/new_release_logo_in_space.png
+---
+
+
+import BlogScreenshotImage from '@site/src/components/BlogScreenshotImage';
+
+
+import { AGORA_LABS_LINK, REPORT_A_BUG_LINK, SUGGEST_A_FEATURE_LINK } from '@site/src/constants';
+
+
+import importAccountViaQRCodeDarkImage from './import_account_via_qr_code-dark.png';
+import importAccountViaQRCodeLightImage from './import_account_via_qr_code-light.png';
+
+![Kibisis release 3D pixel icon in space](/images/new_release_logo_in_space.png)
+
+## Overview
+
+
+We are proud to present a new milestone in the development of Kibisis: v1.13.0!
+
+
+By popular demand, version 1.13.0 now allows you to re-view your seed phrase for any imported or created accounts. Furthermore, as the previous versions brought the ability to import and account via a QR code, now version 1.13.0 allows you to export an account via a QR code.
+
+Below you will find more details about what else is new in this release.
+
+
+## Features
+
+### View Your Seed Phrase
+
+When you create or import account an account, Kibisis uses the seed phrase to get the private key. This private key is encrypted and stored securely in the Kibisis' on-browser storage. Now you can decrypt the private key and convert it back to your original seed phrase, allowing for you to view or copy it.
+
+### Export Account Via QR Code
+
+With the advent of Kibisis supporting importing an account using a QR code, there is now an option to export an account via a QR code.
+
+### Import An Account Via A QR Code As An Add Account Option
+
+When adding a new account, importing an account via a QR code is now and option in the list.
+
+
+
+
+## Fixes
+
+* When sending assets, the correct error is shown if you incorrectly type a password.
+
+## Closing Words
+
+
+Thank you for your continued interest in Kibisis! We hope you are enjoying using it.
+
+Remember, if you see any bugs, please report the issue here. If you would like to make any suggestions on new features, you can fill out a feature request here.