Skip to content

Commit

Permalink
chore(release): v3.0.0-beta.12
Browse files Browse the repository at this point in the history
Feature
* Add optional dms integration ([`38ecbec`](38ecbec))

Fix
* **dms:** Return json document after conversion ([`357bae9`](357bae9))
* **dms:** Improve dms integreation ([`4bbf1c3`](4bbf1c3))
  • Loading branch information
Yelinz committed Feb 27, 2024
1 parent 695dfe4 commit 119283e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 3.0.0-beta.12
### Feature
* Add optional dms integration ([`38ecbec`](https://github.com/projectcaluma/alexandria/commit/38ecbec4e2c5cb088be4a74abd81b3cadbeb1ea5))

### Fix
* **dms:** Return json document after conversion ([`357bae9`](https://github.com/projectcaluma/alexandria/commit/357bae96e433a128622edcc0bc6754d5520d3c81))
* **dms:** Improve dms integreation ([`4bbf1c3`](https://github.com/projectcaluma/alexandria/commit/4bbf1c3aaec78a48138400cf3cf252defd6e61ec))

# 3.0.0-beta.11
### Feature
* **security:** Add ClamAV integration ([`fe314ca`](https://github.com/projectcaluma/alexandria/commit/fe314ca80433de1c866c40fa8673cbb7eee90a80))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "caluma-alexandria"
version = "3.0.0-beta.11"
version = "3.0.0-beta.12"
description = "Document management service"
repository = "https://github.com/projectcaluma/alexandria"
authors = ["Caluma <[email protected]>"]
Expand Down

0 comments on commit 119283e

Please sign in to comment.