Skip to content

Commit

Permalink
💡 correct changelog links, add latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
artamonovkirill committed May 26, 2020
1 parent 2d76393 commit c401107
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@ The library is initially intended for writing easily readable unit-tests but can

<a id='changelog'></a>
## Changelog
**[1.3.1](https://search.maven.org/artifact/com.tomtom.http/goji-http-client/1.4.0/jar)**: (chore) updated dependencies, including Groovy v2 -> v3
**[1.4.0](https://search.maven.org/artifact/com.tomtom.http/goji-http-client/1.4.0/jar)**: (chore) updated dependencies, including Groovy v2 -> v3 and Jackson (addressing [CVE-2019-17531](https://github.com/advisories/GHSA-gjmw-vf9h-g25v))

**[1.3.1](https://search.maven.org/artifact/com.tomtom.http/goji-http-client/1.3.1/jar)**: (chore) updated dependencies, including jackson-databind version with vulnerabilities

**[1.3.0](https://search.maven.org/artifact/com.tomtom.http/goji-http-client/1.3.0/jar)**: (feat) file upload

**[1.2.3](https://search.maven.org/artifact/com.tomtom.http/goji-http-client/1.2.3/jar)**: (chore) updated dependencies, including jackson-databind version with vulnerabilities

**[1.2.0](http://mvnrepository.com/artifact/com.tomtom.http/goji-http-client/1.2.0)**: (feature) support for TRACE, OPTIONS and PATCH methods
**[1.2.0](https://search.maven.org/artifact/com.tomtom.http/goji-http-client/1.2.0/jar)**: (feature) support for TRACE, OPTIONS and PATCH methods

**[1.1.0](http://mvnrepository.com/artifact/com.tomtom.http/goji-http-client/1.1.0)**: (doc) maven usage and javadocs
**[1.1.0](https://search.maven.org/artifact/com.tomtom.http/goji-http-client/1.1.0/jar)**: (doc) maven usage and javadocs

**[1.0.0](http://mvnrepository.com/artifact/com.tomtom.http/goji-http-client/1.0.0)**: initial release
**[1.0.0](https://search.maven.org/artifact/com.tomtom.http/goji-http-client/1.0.0/jar)**: initial release

<a id='usage'></a>
## Usage
Expand All @@ -93,7 +93,7 @@ GOJI HTTP uses the [semantic versioning](http://semver.org/) strategy: MAJOR.MIN
<dependency>
<groupId>com.tomtom.http</groupId>
<artifactId>goji-http-client</artifactId>
<version>1.2.3</version>
<version>1.4.0</version>
</dependency>
```

Expand Down

0 comments on commit c401107

Please sign in to comment.