Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
northlander committed Jan 22, 2022
1 parent 79b7c15 commit da93bfa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.5.2]

### Fixed
- #106 jdeb updated to 1.10
- #110 jackson-databind updated to 2.13.1
- #112 logback-classic updated to 1.2.10
- #113 maven-compiler-plugin updated to 3.9.0
- #114 spring updated to 5.3.15
- #115 graalvm js updated to 22.0.0
- #116 graalvm js-scriptengine updated to 22.0.0

## [1.5.1]

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ There is a Docker file with the project. You can build a Docker image and use A
You can also use prebuilt docker images.
```bash
docker run --rm fmtn/a-util:1.5.0 a -p "foobar" q
docker run --rm fmtn/a-util:1.5.2 a -p "foobar" q
```
Please note that you need to pass the entire command to the docker run
Expand All @@ -250,7 +250,7 @@ Given you have a truststore and a keystore in JKS format, you can edit your a st
Note that the -Djavax parameters has to come before -jar.
```bash
java -Djavax.net.ssl.keyStore=/Users/petter/client.jks -Djavax.net.ssl.keyStorePassword=password -Djavax.net.ssl.trustStore=/Users/petter/truststore.jks -Djavax.net.ssl.trustStorePassword=password -jar a-1.5.0-jar-with-dependencies.jar -b ssl://example.org:61618 MY.QUEUE
java -Djavax.net.ssl.keyStore=/Users/petter/client.jks -Djavax.net.ssl.keyStorePassword=password -Djavax.net.ssl.trustStore=/Users/petter/truststore.jks -Djavax.net.ssl.trustStorePassword=password -jar a-1.5.2-jar-with-dependencies.jar -b ssl://example.org:61618 MY.QUEUE
```
## Listing queues
Expand Down

0 comments on commit da93bfa

Please sign in to comment.