Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit f797d2e

Browse files
author
Michel
committed
Update Version to 1.0.6
1 parent 5906a01 commit f797d2e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.6] - 2020-01-24
8+
### Fixed
9+
- Fixed "Unable to parse response as JSON" error - caused by AceProject blocking the Httpie default User-Agent. Problem was fixed in the millsoft/aceproject library.
10+
711
## [1.0.4] - 2019-07-27
812
### Fixed
913
- Updated AceProject library. Now it uses https.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "millsoft/acetool",
33
"type": "project",
4-
"version" : "1.0.5",
4+
"version" : "1.0.6",
55
"require": {
66
"millsoft/aceproject": "^0",
77
"symfony/console": "^4.1",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.5
1+
1.0.6

0 commit comments

Comments
 (0)