Skip to content

Commit b269f9a

Browse files
authored
Prepare releases (#640)
* Add changelog for integration * Update changelog for services * Update composer * Replaced `deprecated` by `changed` in 0.X services * Do not release Bundle+Laravel/Filesystem
1 parent bf78f74 commit b269f9a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Change Log
22

3+
## NOT RELEASED
4+
35
## 0.2.0
46

5-
### Deprecation
7+
### Changed
8+
9+
- parameter `type` of `putParameter` is optional.
10+
11+
### Removed
612

713
- Removes methods `getServiceCode`, `getSignatureVersion` and `getSignatureScopeName` from Client.
814

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"extra": {
1919
"branch-alias": {
20-
"dev-master": "0.2-dev"
20+
"dev-master": "0.3-dev"
2121
}
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)