Skip to content

Commit

Permalink
chore(release): v3.0.0-beta.3 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelinz authored Jan 18, 2024
1 parent 40c9d94 commit 0ea9f5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 3.0.0-beta.3
### Feature
* **storage:** use Django's storage backend for object storage
* Add command to encrypt existing files ([`ac4a910`](https://github.com/projectcaluma/alexandria/commit/ac4a91022d011385931b37f8f6798cf2c8bf60bc))
* **files:** Add signed download_url to file ([`922f55a`](https://github.com/projectcaluma/alexandria/commit/922f55a67299aa42a94ef539ac0949ba375901b6))

### Fix
* **document:** Adjust cloning for use with storage backends ([`26c4331`](https://github.com/projectcaluma/alexandria/commit/26c4331648945772ad697bbce8b3a6140c5de43a))

# 3.0.0-beta.2
### Feature
* **document:** Update modfied data when creating new file ([`0b9dd76`](https://github.com/projectcaluma/alexandria/commit/0b9dd76be012cb71ce25a634cd4d004968d7a152))
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.2"
version = "3.0.0-beta.3"
description = "Document management service"
repository = "https://github.com/projectcaluma/alexandria"
authors = ["Caluma <[email protected]>"]
Expand Down

0 comments on commit 0ea9f5f

Please sign in to comment.