Skip to content

Commit 83915c7

Browse files
committed
Update version number and changelog
1 parent a64c8c3 commit 83915c7

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [0.4.4] - 2024-04-11
4+
- Update Bouncy Castle to 1.78 to address various CVEs.
5+
36
## [0.4.3] - 2024-03-12
47
- Update Clojure dependency to 1.11.2 to address CVE-2024-22871.
58

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
GROUP_ID ?= com.yetanalytics
44
ARTIFACT_ID ?= datasim
5-
VERSION ?= 0.4.3
5+
VERSION ?= 0.4.4
66

77
clean:
88
rm -rf target

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DATASIM is funded by the Advanced Distributed Learning Initiative at US DoD.
1515
To use the core DATASIM library in your project, use the following dependency in your `deps.edn` file:
1616

1717
```clojure
18-
com.yetanalytics/datasim {:mvn/version "0.4.3"}
18+
com.yetanalytics/datasim {:mvn/version "0.4.4"}
1919
```
2020

2121
If you wish to install DATASIM as an application with features such as CLI or the webserver, perform the following steps:

0 commit comments

Comments
 (0)