Skip to content

Commit ef398e6

Browse files
committed
add references for v.0.5.1 to the readme
1 parent 39bb8f0 commit ef398e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This library is distributed through the [Sonatype OSS repo](https://oss.sonatype
1515
Java 7 or higher is required. It is currently at an early stage of development so breaking changes may occur :-)
1616

1717
## Changelog
18+
* version 0.5.1: [changelog](//github.com/zapodot/embedded-ldap-junit/releases/tag/v.0.5.1)
1819
* version 0.5: [changelog](//github.com/zapodot/embedded-ldap-junit/releases/tag/v.0.5)
1920
* version 0.4: [changelog](//github.com/zapodot/embedded-ldap-junit/releases/tag/v.0.4)
2021
* version 0.3: solves [issue #1](issues/1) - give access to the LDAPConnection object from the UnboundID LDAP SDK
@@ -31,13 +32,13 @@ Java 7 or higher is required. It is currently at an early stage of development s
3132
<dependency>
3233
<groupId>org.zapodot</groupId>
3334
<artifactId>embedded-ldap-junit</artifactId>
34-
<version>0.5</version>
35+
<version>0.5.1</version>
3536
</dependency>
3637
```
3738

3839
#### SBT
3940
```scala
40-
libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.5"
41+
libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.5.1"
4142
```
4243

4344
### Add to Junit test

0 commit comments

Comments
 (0)