We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e806aa commit 67594a8Copy full SHA for 67594a8
CHANGELOG.md
@@ -1,6 +1,19 @@
1
# Change Log
2
3
4
+## 1.2.0 - 2016-07-18
5
+
6
+### Added
7
8
+- Support for cRUL constant names in configuration
9
+- Flexible and HTTP Methods client support
10
+- Discovery strategy to discover configured clients and/or add profiling
11
12
+### Changed
13
14
+- Improved collector to include plugin stack in profile data
15
16
17
## 1.1.1 - 2016-06-30
18
19
### Changed
composer.json
@@ -55,7 +55,7 @@
55
},
56
"extra": {
57
"branch-alias": {
58
- "dev-master": "1.2-dev"
+ "dev-master": "1.3-dev"
59
}
60
61
0 commit comments