Skip to content

Commit

Permalink
Add version 1.6.0 of authservice to the release history in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
steinarb committed Nov 5, 2019
1 parent 3d96311 commit 812f4de
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 @@ -189,7 +189,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/authservice/1.5.4/xml/features</repository>
<repository>mvn:no.priv.bang.authservice/authservice/1.6.0/xml/features</repository>
<feature name="${karaf-feature-name}">
<feature>user-admin-with-postgresql</feature>
</feature>
Expand Down Expand Up @@ -345,6 +345,7 @@ Possible approach:

| Date | Version | Comment |
|--------------+---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [2019-11-05] | 1.6.0 | Upgrade jackson to 2.9.10.1 to fix github security alert, use DataServiceBase |
| [2019-10-16] | 1.5.4 | Use DatabaseService from osgi-service 1.3.0 |
| [2019-09-29] | 1.5.3 | Start authservice without updating liquibase schema if lock is held until liquibase lock timeout (5 minutes) |
| [2019-09-25] | 1.5.2 | Upgrade jackson to 2.9.10 to fix github security alert |
Expand Down

0 comments on commit 812f4de

Please sign in to comment.