Skip to content

Commit

Permalink
bump: version 1.0.2 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lujeni committed Oct 8, 2024
1 parent 5ac6dbd commit fda2a53
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 1.1.0 (2024-10-08)

### Feat

- **mr-label**: Add label parameter to mr creation

### Fix

- **gitlab_provider**: update member retrieval method to include all members
- **gitlab**: ProjectMemberManager has no attribute "all"

### Refactor

- use pydandic settings to handle configuration
- Update gitlab2sentry/utils/gitlab_provider.py

## 1.0.2 (2022-12-06)

## 1.0.1 (2022-11-03)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version = "1.0.2"
version = "1.1.0"
update_changelog_on_bump = true

[tool.pytest_env]
Expand Down

0 comments on commit fda2a53

Please sign in to comment.