Skip to content

Commit 7f94f0c

Browse files
committed
[RELEASE] Prepare version 1.0.1
1 parent 1530750 commit 7f94f0c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.1] - 2020-12-05
10+
911
### Fixed
10-
- Allow integer and boolean as subtable values in IncidentsClientDecorator (#1)
12+
- Allow integer and boolean subtable values in IncidentsClientDecorator (#1)
1113

1214
## [1.0.0] - 2020-07-23
1315

1416
First stable release
1517

1618

17-
[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.0.0...HEAD
18-
[1.0.0]: https://github.com/brotkrueml/schema/releases/tag/v1.0.0
19+
[Unreleased]: https://github.com/brotkrueml/jobrouter-client/compare/v1.0.1...HEAD
20+
[1.0.1]: https://github.com/brotkrueml/jobrouter-client/compare/v1.0.0...v1.0.1
21+
[1.0.0]: https://github.com/brotkrueml/jobrouter-client/releases/tag/v1.0.0

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = u'1.0'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'1.0.1-dev'
30+
release = u'1.0.1'
3131

3232

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

src/Information/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
final class Version
2222
{
23-
private const VERSION = '1.0.1-dev';
23+
private const VERSION = '1.0.1';
2424

2525
public function getVersion(): string
2626
{

0 commit comments

Comments
 (0)