diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e5db79..7849b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.9.1 - 2023-10-09 +- Add Docker images for the CLI and server; see the Docker section for the [CLI](doc/cli.md#docker) and [server](doc/cli.md#docker). +- Use bundled Java runtimes and modules instead of the local Java runtime (this is necessary for Docker implementation). +- Minor changes to CLI/server description text. + ## 0.9.0 - 2023-04-25 - Add CLI for Persephone as two commands that can be made using `make bundle`; command options can be viewed using `--help`. - `validate`: Performs Statement Template validation for a single Statement diff --git a/README.md b/README.md index 032e511..099341d 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ A Clojure library, with a local for validating xAPI Statements against xAPI Pro Add the following to the `:deps` map in your `deps.edn` file: ```clojure -com.yetanalytics/project-persephone {:mvn/version "0.9.0"} +com.yetanalytics/project-persephone {:mvn/version "0.9.1"} ``` +Alternatively, to run the CLI or server as an application, you can pull a Docker image at `yetanalytics/persephone:[tag]`. + ## Documentation - [Library](doc/library.md): How to use the library/API functions