File tree Expand file tree Collapse file tree 3 files changed +28
-5
lines changed Expand file tree Collapse file tree 3 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
+ to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
7
7
8
## [ Unreleased]
8
9
10
+ ## [ 1.1.2] - 2021-10-30
11
+
12
+ ### Fixed
13
+
14
+ - Annotation for data argument in request method of decorators
15
+
16
+ ## [ 1.1.1] - 2021-10-24
17
+
18
+ ### Fixed
19
+
20
+ - Return type of FileStorage::key()
21
+
9
22
## [ 1.1.0] - 2021-10-02
10
23
11
24
### Added
25
+
12
26
- Compatibility with PHP 8.0 and 8.1
13
27
- Compatibility with JobRouter® 5.2
14
28
15
29
### Removed
30
+
16
31
- Compatibility with PHP 7.2
17
32
18
33
## [ 1.0.1] - 2020-12-05
19
34
20
35
### Fixed
36
+
21
37
- Allow integer and boolean subtable values in IncidentsClientDecorator (#1 )
22
38
23
39
## [ 1.0.0] - 2020-07-23
24
40
25
41
First stable release
26
42
27
43
28
- [ Unreleased ] : https://github.com/brotkrueml/jobrouter-client/compare/v1.1.0...HEAD
44
+ [ Unreleased ] : https://github.com/brotkrueml/jobrouter-client/compare/v1.1.2...HEAD
45
+
46
+ [ 1.1.2 ] : https://github.com/brotkrueml/jobrouter-client/compare/v1.1.1...v1.1.2
47
+
48
+ [ 1.1.1 ] : https://github.com/brotkrueml/jobrouter-client/compare/v1.1.0...v1.1.1
49
+
29
50
[ 1.1.0 ] : https://github.com/brotkrueml/jobrouter-client/compare/v1.0.1...v1.1.0
51
+
30
52
[ 1.0.1 ] : https://github.com/brotkrueml/jobrouter-client/compare/v1.0.0...v1.0.1
53
+
31
54
[ 1.0.0 ] : https://github.com/brotkrueml/jobrouter-client/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 27
27
# The short X.Y version
28
28
version = u'1.1'
29
29
# The full version, including alpha/beta/rc tags
30
- release = u'1.1.0 '
30
+ release = u'1.1.2 '
31
31
32
32
33
33
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 19
19
*/
20
20
final class Version
21
21
{
22
- private const VERSION = '1.1.1 ' ;
22
+ private const VERSION = '1.1.2 ' ;
23
23
24
24
public function getVersion (): string
25
25
{
You can’t perform that action at this time.
0 commit comments