diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..9ce6a41
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,34 @@
+# Changelog
+
+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.1.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## 0.32.0 - March 11, 2025 (General Availability)
+### Added
+- Implemented model picker for selecting LLM model in chat
+- Introduced new `/releaseNotes` slash command for accessing release information
+
+### Changed
+- Improved focus handling with automatic switching between chat text field and file search bar
+- Enhanced keyboard navigation support for file picker in chat context
+- Refined instructions for granting accessibility and extension permissions
+- Enhanced accessibility compliance for the chat window
+- Redesigned notification and status bar menu styles for better usability
+
+### Fixed
+- Resolved compatibility issues with macOS 12/13/14
+- Fixed handling of invalid workspace switch event '/'
+- Corrected chat attachment file picker to respect workspace scope
+- Improved icon display consistency across different themes
+- Added support for previously unsupported file types (.md, .txt) in attachments
+- Adjusted incorrect margins in chat window UI
+
+## 0.31.0 - February 11, 2025 (Public Preview)
+### Added
+- Added Copilot Chat support
+- Added GitHub Freeplan support
+- Implemented conversation and chat history management across multiple Xcode instances
+- Introduced multi-file context support for comprehensive code understanding
+- Added slash commands for specialized operations
diff --git a/Docs/copilot-menu_dark.png b/Docs/copilot-menu_dark.png
index 3c8b4b4..35b36e7 100644
Binary files a/Docs/copilot-menu_dark.png and b/Docs/copilot-menu_dark.png differ
diff --git a/Docs/welcome.png b/Docs/welcome.png
index c40d018..de2da42 100644
Binary files a/Docs/welcome.png and b/Docs/welcome.png differ
diff --git a/README.md b/README.md
index 791a922..0ec39ac 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[GitHub Copilot](https://github.com/features/copilot) is an AI pair programmer
tool that helps you write code faster and smarter. Copilot for Xcode is an Xcode extension that provides inline coding suggestions as you type and a chat assistant to answer your coding questions.
-## Chat [Preview]
+## Chat
GitHub Copilot Chat provides suggestions to your specific coding tasks via chat.
@@ -13,12 +13,6 @@ GitHub Copilot Chat provides suggestions to your specific coding tasks via chat.
You can receive auto-complete type suggestions from GitHub Copilot either by starting to write the code you want to use, or by writing a natural language comment describing what you want the code to do.
-## Preview Policy
-
-Use of the GitHub Copilot Xcode Extension is subject to [GitHub's Pre-Release Terms](https://docs.github.com/en/site-policy/github-terms/github-pre-release-license-terms). We want to remind you that:
-
-> Previews may not be supported or may change at any time. You may receive confidential information through those programs that must remain confidential while the program is private. We'd love your feedback to make our Previews better.
-
## Requirements
- macOS 12+
@@ -107,10 +101,10 @@ Use of the GitHub Copilot Xcode Extension is subject to [GitHub's Pre-Release Te
the full suggestion, and press `option` + `tab` to accept the full suggestion.
-
+
-
+