diff --git a/CHANGELOG.md b/CHANGELOG.md index 5518e17..c63cdae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com). -## Unreleased +## 0.2.0 - 2018-09-17 ### Changed @@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and to the latest versions of RDF.ex and SPARQL.ex) -[Compare v0.1.1...HEAD](https://github.com/marcelotto/sparql_client/compare/v0.1.1...HEAD) +[Compare v0.1.1...v0.2.0](https://github.com/marcelotto/sparql_client/compare/v0.1.1...v0.2.0) ## v0.1.1 - 2018-08-21 diff --git a/README.md b/README.md index 49b2a6e..cf41f9a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The [SPARQL.Client] Hex package can be installed as usual, by adding `sparql_cli ```elixir def deps do [ - {:sparql_client, "~> 0.1"} + {:sparql_client, "~> 0.2"} ] end ``` diff --git a/VERSION b/VERSION index 70426f8..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0-dev +0.2.0