Skip to content

Commit b4fb7a0

Browse files
committed
update to 4.0.0.1
1 parent f508210 commit b4fb7a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
| Date | Version | Description |
55
|------------|----------|-----------------------------------------------------------------------------|
6+
| 2024-06-28 | v4.0.0.1 | Bug fixes! [#262](https://github.com/chenxizhang/openai-powershell/issues/262) [#261](https://github.com/chenxizhang/openai-powershell/issues/261) |
67
| 2024-06-17 | v4.0.0.0 | Assistant support! [#170](https://github.com/chenxizhang/openai-powershell/issues/170) |
78
| 2024-06-03 | v3.0.1.0 | Bug fix [#249](https://github.com/chenxizhang/openai-powershell/issues/249) |
89
| 2024-06-02 | v3.0.0.9 | Support save profile [#139](https://github.com/chenxizhang/openai-powershell/issues/139) |

code365scripts.openai/code365scripts.openai.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '.\code365scripts.openai.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.0.0'
15+
ModuleVersion = '4.0.0.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = @("Desktop", "Core")

0 commit comments

Comments
 (0)