Skip to content

Commit

Permalink
Merge pull request #585 from Yelinz/bump-6.1.0
Browse files Browse the repository at this point in the history
chore(release): v6.1.0
  • Loading branch information
Yelinz authored Jan 27, 2023
2 parents bbefa2e + bf75ff7 commit a298c90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 6.1.0 (27 January 2023)
### Feature
* **filters:** Add template meta filter ([`2daf8ec`](https://github.com/Yelinz/document-merge-service/commit/2daf8ec736a9ff5ee424548ef9eef53362e284e0))
* Add sentry integration ([`abe37f1`](https://github.com/Yelinz/document-merge-service/commit/abe37f1417554119299acb8aa852892bae823490))

### Fix
* **auth:** Add userinfo to authenticated user ([`21ae809`](https://github.com/Yelinz/document-merge-service/commit/21ae809dd6e08d1b5823373637ef17805640d73a))
## 6.0.0 (12 January 2023)
### Feature
* Add dgap mixins ([`1b9f486`](https://github.com/Yelinz/document-merge-service/commit/1b9f486db20fc8856086f91e22e92801fb4b5079))
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "document-merge-service"
version = "6.0.0"
version = "6.1.0"
description = "Merge Document Template Service"
license = "GPL-3.0-or-later"
authors = ["Adfinis AG <[email protected]>"]
Expand Down Expand Up @@ -127,3 +127,4 @@ show_missing = true

[tool.semantic_release]
version_source = "tag"
version_toml = "pyproject.toml:tool.poetry.version"

0 comments on commit a298c90

Please sign in to comment.