diff --git a/README.md b/README.md
index e51a58784..89f8ef471 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ shows the current developments and future ideas.
- Got a suggestion? [_Add your roadmap ideas_](https://github.com/enricoros/big-agi/issues/new?&template=roadmap-request.md)
- Want to contribute? [_Pick up a task!_](https://github.com/users/enricoros/projects/4/views/4) - _easy_ to _pro_
-### What's New in 1.7.2 路 Dec 12, 2023 路 Attachment Theory 馃専
+### What's New in 1.7.3 路 Dec 13, 2023 路 Attachment Theory 馃専
- **Attachments System Overhaul**: Drag, paste, link, snap, text, images, PDFs and more. [#251](https://github.com/enricoros/big-agi/issues/251)
- **Desktop Webcam Capture**: Image capture now available as Labs feature. [#253](https://github.com/enricoros/big-agi/issues/253)
@@ -32,7 +32,8 @@ shows the current developments and future ideas.
- Latest Ollama and Oobabooga models
- For developers: **Password Protection**: HTTP Basic Auth. [Learn How](https://github.com/enricoros/big-agi/blob/main/docs/deploy-authentication.md)
- [1.7.1]: Improved Ollama chats. [#270](https://github.com/enricoros/big-agi/issues/270)
-- [1.7.2]: Updated OpenRouter models (incl. Mixtral 8x7B)
+- [1.7.2]: OpenRouter login & free models 馃巵
+- [1.7.3]: Mistral Platform support. [#273](https://github.com/enricoros/big-agi/issues/273)
### What's New in 1.6.0 - Nov 28, 2023
diff --git a/docs/changelog.md b/docs/changelog.md
index 1b24ae0cb..556318aef 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -10,7 +10,7 @@ by release.
- work in progress: [big-AGI open roadmap](https://github.com/users/enricoros/projects/4/views/2), [help here](https://github.com/users/enricoros/projects/4/views/4)
- milestone: [1.8.0](https://github.com/enricoros/big-agi/milestone/8)
-### What's New in 1.7.2 路 Dec 11, 2023 路 Attachment Theory 馃専
+### What's New in 1.7.3 路 Dec 13, 2023 路 Attachment Theory 馃専
- **Attachments System Overhaul**: Drag, paste, link, snap, text, images, PDFs and more. [#251](https://github.com/enricoros/big-agi/issues/251)
- **Desktop Webcam Capture**: Image capture now available as Labs feature. [#253](https://github.com/enricoros/big-agi/issues/253)
@@ -21,7 +21,8 @@ by release.
- Latest Ollama and Oobabooga models
- For developers: **Password Protection**: HTTP Basic Auth. [Learn How](https://github.com/enricoros/big-agi/blob/main/docs/deploy-authentication.md)
- [1.7.1]: Improved Ollama chats. [#270](https://github.com/enricoros/big-agi/issues/270)
-- [1.7.2]: Updated OpenRouter models (incl. Mixtral 8x7B)
+- [1.7.2]: OpenRouter login & free models 馃巵
+- [1.7.3]: Mistral Platform support. [#273](https://github.com/enricoros/big-agi/issues/273)
### What's New in 1.6.0 - Nov 28, 2023 路 Surf's Up
diff --git a/package-lock.json b/package-lock.json
index 1c3757003..cf6d1ad2f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "big-agi",
- "version": "1.7.2",
+ "version": "1.7.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "big-agi",
- "version": "1.7.2",
+ "version": "1.7.3",
"hasInstallScript": true,
"dependencies": {
"@dqbd/tiktoken": "^1.0.7",
diff --git a/package.json b/package.json
index d93eb2956..df4970f1c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "big-agi",
- "version": "1.7.2",
+ "version": "1.7.3",
"private": true,
"scripts": {
"dev": "next dev",
diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx
index 5f3c62003..935225fd1 100644
--- a/src/apps/news/news.data.tsx
+++ b/src/apps/news/news.data.tsx
@@ -67,7 +67,7 @@ export const NewsItems: NewsItem[] = [
],
},*/
{
- versionCode: '1.7.2',
+ versionCode: '1.7.3',
versionName: 'Attachment Theory',
versionDate: new Date('2023-12-11T06:00:00Z'), // new Date().toISOString()
// versionDate: new Date('2023-12-10T12:00:00Z'), // 1.7.0
@@ -81,7 +81,8 @@ export const NewsItems: NewsItem[] = [
{ text: <>Optimized voice input and performance> },
{ text: <>Latest Ollama and Oobabooga models> },
{ text: <>1.7.1: Improved Ollama chats> },
- { text: <>1.7.2: Updated OpenRouter models> },
+ { text: <>1.7.2: Updated OpenRouter models 馃巵> },
+ { text: <>1.7.3: Mistral Platform support> },
],
},
{