Skip to content

Commit 9b2c2c7

Browse files
committed
Prepare 0.8.0 release
1 parent 5e54619 commit 9b2c2c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Change Log
22

3-
## 0.8.0 - 2023-06-21
3+
## 0.8.0 - 2023-06-22
44
### Supported API versions
55
- OpenAI v2.0.0
66
- Azure OpenAI v2023-05-15
77
### Changes
8+
- Fixed issue with spec validation failing when spec instrumentation is enabled [Issue 25](https://github.com/wkok/openai-clojure/issues/25)
89
- Added support for OpenAI API v2.0.0 which mainly removed unused & deprecated operations
910

1011
## 0.7.0 - 2023-06-17

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tools and applications which can work with both variants.
2222

2323
| | OpenAI | Azure OpenAI |
2424
| ----------- | :----: | :----------: |
25-
| Version | v1.3.0 | v2023-05-15 |
25+
| Version | v2.0.0 | v2023-05-15 |
2626
| [Chat](https://platform.openai.com/docs/api-reference/chat) | X | X |
2727
| [Audio](https://platform.openai.com/docs/api-reference/audio) | X | |
2828
| [Completion](https://platform.openai.com/docs/api-reference/completions) | X | X |

0 commit comments

Comments
 (0)