Skip to content

Commit

Permalink
[RELEASE] Prepare version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Aug 21, 2022
1 parent 0980966 commit d3a0ad8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.4.0] - 2022-08-21

### Added
- Compatibility with JobRouter® 2022.3
- Compatibility with PHP 8.2
Expand Down Expand Up @@ -55,7 +57,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
First stable release


[Unreleased]: https://github.com/brotkrueml/jobrouter-client/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/brotkrueml/jobrouter-client/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/brotkrueml/jobrouter-client/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/brotkrueml/jobrouter-client/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/brotkrueml/jobrouter-client/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/brotkrueml/jobrouter-client/compare/v1.1.1...v1.1.2
Expand Down
5 changes: 4 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ 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>`_.

`Unreleased <https://github.com/brotkrueml/jobrouter-client/compare/v1.3.0...HEAD>`_
`Unreleased <https://github.com/brotkrueml/jobrouter-client/compare/v1.4.0...HEAD>`_
----------------------------------------------------------------------------------------

`1.4.0 <https://github.com/brotkrueml/jobrouter-client/compare/v1.3.0...v1.4.0>`_ - 2022-08-21
--------------------------------------------------------------------------------------------------

Added
^^^^^

Expand Down
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.4'
# The full version, including alpha/beta/rc tags
release = u'1.4.0-dev'
release = u'1.4.0'


# -- 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.4.0-dev';
private const VERSION = '1.4.0';

public function getVersion(): string
{
Expand Down

0 comments on commit d3a0ad8

Please sign in to comment.