Skip to content

Commit e6660d4

Browse files
authored
Merge pull request #64 from launchdarkly/dr/monologVersion
Relax Monolog version
2 parents 440f7dd + bbf5d45 commit e6660d4

File tree

5 files changed

+319
-119
lines changed

5 files changed

+319
-119
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.0.5] - 2017-02-03
6+
### Changed
7+
- Made Monolog dependency version less strict
8+
59
## [2.0.4] - 2017-01-26
610
### Changed
711
- Made Composer requirements less strict

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.4
1+
2.0.5

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"monolog/monolog": "1.21.*",
17+
"monolog/monolog": "1.*",
1818
"php": ">=5.5",
1919
"psr/log": "1.0.*"
2020
},

0 commit comments

Comments
 (0)