We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101b0af commit 52c2ce2Copy full SHA for 52c2ce2
CHANGELOG.md
@@ -4,17 +4,6 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
8
-
9
-### Added
10
11
-### Changed
12
13
-### Deprecated
14
15
-### Removed
16
17
-### Fixed
18
19
-### Security
+## 1.0.0
+- initial release
20
composer.json
@@ -32,10 +32,5 @@
32
"psr-4": {
33
"Dhl\\Sdk\\LocationFinder\\Test\\": "test/"
34
}
35
- },
36
- "extra": {
37
- "branch-alias": {
38
- "dev-develop": "0.1.x-dev"
39
- }
40
41
0 commit comments