Skip to content

Commit 82d9e51

Browse files
committed
Preparing for release, 0.7.0.
1 parent 528abc6 commit 82d9e51

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
### 0.7.0 (Next)
1+
### 0.7.0 (February 23, 2015)
22

33
This version introduces several backwards incompatible changes. See [UPGRADING](UPGRADING.md) for details.
44

55
* [#80](https://github.com/codegram/hyperclient/pull/80): Faraday options can be passed to the connection on initialization - [@koenpunt](https://github.com/koenpunt).
66
* [#81](https://github.com/codegram/hyperclient/pull/81): The default Content-Type is now `application/hal+json` - [@koenpunt](https://github.com/koenpunt).
7-
* Your contribution here.
87

98
### 0.6.1 (October 17, 2014)
109

lib/hyperclient/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hyperclient
2-
VERSION = '0.7.0-pre'
2+
VERSION = '0.7.0'
33
end

0 commit comments

Comments
 (0)