diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5262a..5f92325 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 -- `GitLabRepository` block - [#1](https://github.com/PrefectHQ/prefect-gitlab) -- `GitLabCredentials` block - [#1](https://github.com/PrefectHQ/prefect-gitlab) - ### Changed ### Deprecated @@ -24,8 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.1.0 -Released on ????? ?th, 20??. +Released on November 3rd, 2022. ### Added -- `task_name` task - [#1](https://github.com/prefecthq/prefect-gitlab/pull/1) +- `GitLabRepository` block - [#1](https://github.com/PrefectHQ/prefect-gitlab) +- `GitLabCredentials` block - [#1](https://github.com/PrefectHQ/prefect-gitlab) diff --git a/README.md b/README.md index 9e21757..0435687 100644 --- a/README.md +++ b/README.md @@ -87,11 +87,11 @@ Click on the **Blocks** menu, then click the **+** button in the page header to ![blocks menu](docs/img/blocks-menu.png) Then, find the **GitLab** block and click the **Add** button: -![GitLab block catalog entry](docs/img/add-gitlab-block.png) +![GitLab block catalog entry](docs/img/gitlab-blocks.png) Finally, enter your repository information in the form and click **Create**: -![GitLab repository information form](docs/img/gitlab-block-form.png) +![GitLab repository information form](docs/img/create-gitlab-repository.png) ## Resources