Skip to content

Commit

Permalink
[RELEASE] Prepare version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 30, 2021
1 parent 57eedb9 commit f5df175
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
29 changes: 26 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,54 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.2] - 2021-10-30

### Fixed

- Annotation for data argument in request method of decorators

## [1.1.1] - 2021-10-24

### Fixed

- Return type of FileStorage::key()

## [1.1.0] - 2021-10-02

### Added

- Compatibility with PHP 8.0 and 8.1
- Compatibility with JobRouter® 5.2

### Removed

- Compatibility with PHP 7.2

## [1.0.1] - 2020-12-05

### Fixed

- Allow integer and boolean subtable values in IncidentsClientDecorator (#1)

## [1.0.0] - 2020-07-23

First stable release


[Unreleased]: https://github.com/brotkrueml/jobrouter-client/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/brotkrueml/jobrouter-client/compare/v1.1.2...HEAD

[1.1.2]: https://github.com/brotkrueml/jobrouter-client/compare/v1.1.1...v1.1.2

[1.1.1]: https://github.com/brotkrueml/jobrouter-client/compare/v1.1.0...v1.1.1

[1.1.0]: https://github.com/brotkrueml/jobrouter-client/compare/v1.0.1...v1.1.0

[1.0.1]: https://github.com/brotkrueml/jobrouter-client/compare/v1.0.0...v1.0.1

[1.0.0]: https://github.com/brotkrueml/jobrouter-client/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = u'1.1'
# The full version, including alpha/beta/rc tags
release = u'1.1.0'
release = u'1.1.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/Information/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
final class Version
{
private const VERSION = '1.1.1';
private const VERSION = '1.1.2';

public function getVersion(): string
{
Expand Down

0 comments on commit f5df175

Please sign in to comment.