Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Mar 12, 2024
1 parent 6624f88 commit 49cd170
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [0.4.3] - 2024-03-12
- Update Clojure dependency to 1.11.2 to address CVE-2024-22871.

## [0.4.2] - 2024-02-29
- Update Pedestal dependency to 0.6.3.
- Update Jetty http2-server dependency to 9.4.54 to address CVEs.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

GROUP_ID ?= com.yetanalytics
ARTIFACT_ID ?= datasim
VERSION ?= 0.4.2
VERSION ?= 0.4.3

clean:
rm -rf target
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DATASIM is funded by the Advanced Distributed Learning Initiative at US DoD.
To use the core DATASIM library in your project, use the following dependency in your `deps.edn` file:

```clojure
com.yetanalytics/datasim {:mvn/version "0.4.2"}
com.yetanalytics/datasim {:mvn/version "0.4.3"}
```

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

0 comments on commit 49cd170

Please sign in to comment.