Skip to content

Commit f5df175

Browse files
committed
[RELEASE] Prepare version 1.1.2
1 parent 57eedb9 commit f5df175

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

CHANGELOG.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,54 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

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).
67

78
## [Unreleased]
89

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+
922
## [1.1.0] - 2021-10-02
1023

1124
### Added
25+
1226
- Compatibility with PHP 8.0 and 8.1
1327
- Compatibility with JobRouter® 5.2
1428

1529
### Removed
30+
1631
- Compatibility with PHP 7.2
1732

1833
## [1.0.1] - 2020-12-05
1934

2035
### Fixed
36+
2137
- Allow integer and boolean subtable values in IncidentsClientDecorator (#1)
2238

2339
## [1.0.0] - 2020-07-23
2440

2541
First stable release
2642

2743

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+
2950
[1.1.0]: https://github.com/brotkrueml/jobrouter-client/compare/v1.0.1...v1.1.0
51+
3052
[1.0.1]: https://github.com/brotkrueml/jobrouter-client/compare/v1.0.0...v1.0.1
53+
3154
[1.0.0]: https://github.com/brotkrueml/jobrouter-client/releases/tag/v1.0.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = u'1.1'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'1.1.0'
30+
release = u'1.1.2'
3131

3232

3333
# -- General configuration ---------------------------------------------------

src/Information/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
final class Version
2121
{
22-
private const VERSION = '1.1.1';
22+
private const VERSION = '1.1.2';
2323

2424
public function getVersion(): string
2525
{

0 commit comments

Comments
 (0)