diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1594419..3cb1ce0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,4 +25,3 @@ Any relevant screenshots - Run `pre-commit install && pre-commit run --all` locally for formatting and linting. - [ ] Includes screenshots of documentation updates. - Run `mkdocs serve` view documentation locally. -- [ ] Summarizes PR's changes in [CHANGELOG.md](https://github.com/PrefectHQ/prefect-openai/blob/main/CHANGELOG.md) diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 160f46e..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,45 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## Unreleased - -### Added - -### Changed - -### Deprecated - -### Removed - -### Fixed - -- pin `openai` to pre 1.0.0 release - -### Security - -## 0.1.1 - -Released on January 25th, 2023. - -### Added - -- `organization` field to the `OpenAICredentials` - [#8](https://github.com/PrefectHQ/prefect-openai/pull/8) -- `interpret_exception` decorator - [#11](https://github.com/PrefectHQ/prefect-openai/pull/11) -- `prompt_prefix` and `traceback_tail` keyword args to `interpret_exception` - [#14](https://github.com/PrefectHQ/prefect-openai/pull/14) - -### Changed - -- Made `model` to be a `Union[Literal, str]` - [#9](https://github.com/PrefectHQ/prefect-openai/pull/9) - -## 0.1.0 - -Released on January 18th, 2022. - -### Added - -- `OpenAICredentials` and `CompletionModel` blocks - [#2](https://github.com/PrefectHQ/prefect-openai/pull/2) -- `ImageModel` block - [#3](https://github.com/PrefectHQ/prefect-openai/pull/3)