diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3a09ab8..ca37c2df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [7.13.3] - 2025-10-10
### Fixed
- Make `conferencing` property optional in `Event` model to handle events without conferencing details ([#678](https://github.com/nylas/nylas-nodejs/issues/678))
diff --git a/README.md b/README.md
index 42e3fd74..549d9c89 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,30 @@
-
-
-
-
-# Nylas Node.js SDK
-
-[
-](https://www.npmjs.com/package/nylas)
-[](https://codecov.io/gh/nylas/nylas-nodejs)
+
+
+
This is the GitHub repository for the Nylas Node SDK. This repo is primarily for anyone who wants to make contributions to the SDK, or install it from source. If you are looking to use Node to access the Nylas Email, Calendar, or Contacts API you should refer to our official [Node SDK Quickstart Guide](https://developer.nylas.com/docs/developer-tools/sdk/node-sdk/).
diff --git a/diagrams/nylas-logo.png b/diagrams/nylas-logo.png
new file mode 100644
index 00000000..87ad1f17
Binary files /dev/null and b/diagrams/nylas-logo.png differ
diff --git a/package-lock.json b/package-lock.json
index 544159a5..13ff39a8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nylas",
- "version": "7.13.2",
+ "version": "7.13.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nylas",
- "version": "7.13.2",
+ "version": "7.13.3",
"license": "MIT",
"dependencies": {
"change-case": "^4.1.2",
diff --git a/package.json b/package.json
index 1469bbb5..945f9dd9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nylas",
- "version": "7.13.2",
+ "version": "7.13.3",
"description": "A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.",
"main": "lib/cjs/nylas.js",
"types": "lib/types/nylas.d.ts",
diff --git a/src/version.ts b/src/version.ts
index 58b018e8..58402ef4 100644
--- a/src/version.ts
+++ b/src/version.ts
@@ -1,2 +1,2 @@
// This file is generated by scripts/exportVersion.js
-export const SDK_VERSION = '7.13.2';
+export const SDK_VERSION = '7.13.3';