Skip to content

Commit

Permalink
Add version 1.13.9 to the release history of the README and update th…
Browse files Browse the repository at this point in the history
…e version in the examples in the README
  • Loading branch information
steinarb committed Jul 25, 2021
1 parent 9c25ec7 commit 1bc6073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Do the following steps:
#+BEGIN_SRC nxml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="authservice.bundle">
<repository>mvn:no.priv.bang.authservice/karaf/1.13.8/xml/features</repository>
<repository>mvn:no.priv.bang.authservice/karaf/1.13.9/xml/features</repository>
<feature name="${karaf-feature-name}">
<feature>user-admin-with-productiondb</feature>
</feature>
Expand Down Expand Up @@ -419,6 +419,7 @@ Authservice uses XML syntax liquibase to set up the schema, straightforward SQL

| Date | Version | Comment |
|--------------+---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [2021-07-25] | 1.13.9 | Use PostgreSQL JDBC driver 4.2.23 |
| [2021-06-15] | 1.13.8 | Use jersey 2.34 and jackson 12.3 |
| [2021-06-13] | 1.13.7 | Add shiro dependencies to the authservice BoM |
| [2021-06-12] | 1.13.6 | Stop dependencyManagement version leakage from the authservice BoM |
Expand Down

0 comments on commit 1bc6073

Please sign in to comment.