Skip to content

Commit 1799fc4

Browse files
committed
Update changelog
1 parent 12869b3 commit 1799fc4

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## v0.2.0 - 2018-06-26
4+
## 0.2.1 - 2018-09-14
5+
### Update:
6+
- Move to final classes and type-hints
7+
8+
## 0.2.0 - 2018-06-26
59
### Updated:
610
- required php version changed to 7.2
711

8-
## v0.1.6 - 2018-06-26
12+
## 0.1.6 - 2018-06-26
913
### Fixed:
1014
- updated composer dependencies
1115

12-
## v0.1.5 - 2018-01-03
16+
## 0.1.5 - 2018-01-03
1317
### Fixed:
1418
- protocol parser throws `WrongCommandException` when parsing response for unknown command
1519

16-
## v0.1.4 - 2017-11-19
20+
## 0.1.4 - 2017-11-19
1721
### Fixed:
1822
- remove trailing slash in commands with no arguments (like `version`)
1923
- cache key parsing from read response
2024

21-
## v0.1.3 - 2017-11-17
25+
## 0.1.3 - 2017-11-17
2226
### Fixed:
2327
- method type hints for IDE auto-completion
2428

25-
## v0.1.2 - 2017-11-07
29+
## 0.1.2 - 2017-11-07
2630
### Added:
2731
- functional tests
2832
- client can emit events (`close`, `error`)
@@ -37,12 +41,12 @@ All notable changes to this project will be documented in this file.
3741
- handle broken connection
3842
- retrieve value after decrement
3943

40-
## v0.1.1 - 2017-10-19
44+
## 0.1.1 - 2017-10-19
4145
### Fixed:
4246
- autoload in composer.json
4347

44-
## v0.1.0 - 2017-10-18
48+
## 0.1.0 - 2017-10-18
4549
- First tagged release
4650

47-
## v0.0.0 - 2017-10-08
51+
## 0.0.0 - 2017-10-08
4852
- First initial commit

0 commit comments

Comments
 (0)