Skip to content

Commit

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

## [Unreleased]

## [1.3.0] - 2022-05-26

### Added
- Allow to customise client options (#3)
- Configuration of client options (#3)
- Compatibility with JobRouter® 2022.2

## [1.2.0] - 2022-03-05
Expand Down Expand Up @@ -48,7 +50,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
First stable release


[Unreleased]: https://github.com/brotkrueml/jobrouter-client/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/brotkrueml/jobrouter-client/compare/v1.3.0...HEAD
[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
[1.1.1]: https://github.com/brotkrueml/jobrouter-client/compare/v1.1.0...v1.1.1
Expand Down
7 changes: 5 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ 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.2.0...HEAD>`_
`Unreleased <https://github.com/brotkrueml/jobrouter-client/compare/v1.3.0...HEAD>`_
----------------------------------------------------------------------------------------

`1.3.0 <https://github.com/brotkrueml/jobrouter-client/compare/v1.2.0...v1.3.0>`_ - 2022-05-26
--------------------------------------------------------------------------------------------------

Added
^^^^^


* Allow to customise client options (#3)
* Configuration of client options (#3)
* Compatibility with JobRouter® 2022.2

`1.2.0 <https://github.com/brotkrueml/jobrouter-client/compare/v1.1.2...v1.2.0>`_ - 2022-03-05
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.3'
# The full version, including alpha/beta/rc tags
release = u'1.3.0-dev'
release = u'1.3.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.3.0-dev';
private const VERSION = '1.3.0';

public function getVersion(): string
{
Expand Down

0 comments on commit ce8e413

Please sign in to comment.