Skip to content

Commit 83de1d0

Browse files
chore(release): 0.8.0 [skip ci]
# [0.8.0](v0.7.2...v0.8.0) (2023-12-30) ### Bug Fixes * add an error boundary ([4b7d021](4b7d021)) * convert return value to json if necessary. also verify dict keys before attempting to access anything ([376e14d](376e14d)) * ensure that error messages are strings ([7c01083](7c01083)) * scaffold an Error Boundary for the chatapp ([3fcbdb6](3fcbdb6)) ### Features * add v2 Settings class ([da8943d](da8943d)) * add v2 Settings class ([240433b](240433b))
1 parent 72d52f4 commit 83de1d0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.8.0](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.7.2...v0.8.0) (2023-12-30)
2+
3+
4+
### Bug Fixes
5+
6+
* add an error boundary ([4b7d021](https://github.com/FullStackWithLawrence/aws-openai/commit/4b7d02113d4c06f57aef067155f458ca3857d60c))
7+
* convert return value to json if necessary. also verify dict keys before attempting to access anything ([376e14d](https://github.com/FullStackWithLawrence/aws-openai/commit/376e14defa77cef7d1bbc55ce98176f7b7be41bc))
8+
* ensure that error messages are strings ([7c01083](https://github.com/FullStackWithLawrence/aws-openai/commit/7c01083e780391e637f551f4f49a76670ff771a7))
9+
* scaffold an Error Boundary for the chatapp ([3fcbdb6](https://github.com/FullStackWithLawrence/aws-openai/commit/3fcbdb6c55d6748a1789d51e051cc8fab9b9456a))
10+
11+
12+
### Features
13+
14+
* add v2 Settings class ([da8943d](https://github.com/FullStackWithLawrence/aws-openai/commit/da8943d55a568f1196e9389d8f3aaee1b15408bb))
15+
* add v2 Settings class ([240433b](https://github.com/FullStackWithLawrence/aws-openai/commit/240433bd2a50c32da4bdf484420bc86b9db545d6))
16+
117
## [0.7.2](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.7.1...v0.7.2) (2023-12-19)
218

319
### Bug Fixes

0 commit comments

Comments
 (0)