Skip to content

Commit a2284a4

Browse files
committed
Bump version to 0.10
1 parent 7eca8a8 commit a2284a4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased][]
99

10+
_tbd_
11+
12+
## [0.10][] – 2020-04-07
13+
1014
**Note: Support for PHP 7.0 is finally dropped. Version 7.1 is deprecated. Support will be dropped in a further release. Please upgrade to at least version 7.2. Version 7.4 is recommended.
1115

1216
### Changed
@@ -209,7 +213,8 @@ Happy summer time ⛱️
209213

210214
Initial release
211215

212-
[Unreleased]: https://github.com/bheisig/i-doit-api-client-php/compare/0.9...HEAD
216+
[Unreleased]: https://github.com/bheisig/i-doit-api-client-php/compare/0.10...HEAD
217+
[0.10]: https://github.com/bheisig/i-doit-api-client-php/compare/0.9...0.10
213218
[0.9]: https://github.com/bheisig/i-doit-api-client-php/compare/0.8...0.9
214219
[0.8]: https://github.com/bheisig/i-doit-api-client-php/compare/0.7...0.8
215220
[0.7]: https://github.com/bheisig/i-doit-api-client-php/compare/0.6...0.7

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@
160160
"system-check": "Run some system checks"
161161
},
162162
"extra": {
163-
"version": "0.10-dev"
163+
"version": "0.10"
164164
}
165165
}

0 commit comments

Comments
 (0)