diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e67cfb9..73a9242 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-gitlab/blob/main/CHANGELOG.md) diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index d6c067a..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,50 +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 - -Updated branding and README links - -### Added - -### Changed - -### Deprecated - -### Removed - -### Fixed - -### Security - -## 0.2.2 - -Released February 7th, 2024. - -### Added -- Add retries to `get_directory` - [#34](https://github.com/PrefectHQ/prefect-gitlab/pull/34) - -### Changed -- Updated branding and README - [#35](https://github.com/PrefectHQ/prefect-gitlab/pull/35) - -## 0.1.1 - -Released March 2nd, 2022. - -### Added - -- `get_client` method and `url` field to `GitLabCredentials` - [#9](https://github.com/PrefectHQ/prefect-gitlab/pull/9) -- allow `http` connection to self-hosted gitlab without https - [#14](https://github.com/PrefectHQ/prefect-gitlab/pull/14) - -## 0.1.0 - -Released on November 3rd, 2022. - -### Added - -- `GitLabRepository` block - [#1](https://github.com/PrefectHQ/prefect-gitlab/pull/1) -- `GitLabCredentials` block - [#1](https://github.com/PrefectHQ/prefect-gitlab/pull/1)