mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.472
This commit is contained in:
parent
8aeaa1bb5e
commit
8fd6ce2418
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.472 (2026-08-29)
|
||||
|
||||
### PR [#2198](https://github.com/danielmiessler/Fabric/pull/2198) by [cuihuan](https://github.com/cuihuan): feat(providers): add Synthorai as an OpenAI-compatible provider
|
||||
|
||||
- Feat(providers): add Synthorai as an OpenAI-compatible provider
|
||||
|
||||
### Direct commits
|
||||
|
||||
- Chore: delete generate_changelog noise in README.
|
||||
|
||||
## v1.4.471 (2026-08-28)
|
||||
|
||||
### PR [#2200](https://github.com/danielmiessler/Fabric/pull/2200) by [ksylvan](https://github.com/ksylvan): fix: persist Codex OAuth tokens after refresh
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.471"
|
||||
var version = "v1.4.472"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,3 +0,0 @@
|
|||
### PR [#2198](https://github.com/danielmiessler/Fabric/pull/2198) by [cuihuan](https://github.com/cuihuan): feat(providers): add Synthorai as an OpenAI-compatible provider
|
||||
|
||||
- Feat(providers): add Synthorai as an OpenAI-compatible provider
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.471"
|
||||
"1.4.472"
|
||||
|
|
|
|||
Loading…
Reference in a new issue