From 14b72222fa587012c7e5b4e27cc82572ab4a3edd Mon Sep 17 00:00:00 2001 From: Alexander Streed Date: Thu, 2 Mar 2023 05:22:57 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4cfa61..625c991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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) - ### Changed ### Deprecated @@ -22,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## 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.