Skip to content

Commit

Permalink
release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarroway committed Jul 3, 2019
1 parent 81c2825 commit 98b4124
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]


## [0.3.1] - 2019-07-01
### Added
- This CHANGELOG file
- This CHANGELOG filec

### Fixed
- Double encoding of query string ([#3](https://github.com/gnarroway/hato/issues/3)).

## [0.3.0] - 2019-07-01
### Added
Expand All @@ -14,5 +20,6 @@ users to make their own request function from some stack of middleware.
### Added
- Initial release

[Unreleased]: https://github.com/gnarroway/hato/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/gnarroway/hato/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/gnarroway/hato/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/gnarroway/hato/compare/v0.2.0...v0.3.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hato requires JDK 11 and above. If you are running an older vesion of Java, plea
For Leinengen, add this to your project.clj

```clojure
[hato "0.3.0"]
[hato "0.3.1"]
```

## Quickstart
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject hato "0.3.1-SNAPSHOT"
(defproject hato "0.3.1"
:description "An HTTP client for Clojure, wrapping JDK 11's HttpClient."
:url "https://github.com/gnarroway/hato"
:license {:name "The MIT License"
Expand Down

0 comments on commit 98b4124

Please sign in to comment.