File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
### Fixed
16
16
-
17
17
18
+ ## [ 4.1.2] - 2023-11-14
19
+
20
+ ### Fixed
21
+ - Pin logger to ~ > 1.5.0 < 1.4.3 was to restrictive
22
+
18
23
## [ 4.1.1] - 2023-11-13
19
24
20
25
### Added
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
s . add_runtime_dependency 'linkeddata' , '~> 3.2' , '>= 3.2.0'
25
25
s . add_runtime_dependency 'sparql-client' , '~> 3.2' , '>= 3.2.0'
26
26
s . add_runtime_dependency 'jekyll' , '>= 4.2' , '>= 4.2.1'
27
- s . add_runtime_dependency 'logger' , '< 1.4.3 '
27
+ s . add_runtime_dependency 'logger' , '~> 1.5.0 '
28
28
s . add_development_dependency 'rake' , '~> 13.0' , '>= 13.0.6'
29
29
s . add_development_dependency 'rest-client' , '~> 2.0' , '>= 2.0.1'
30
30
s . add_development_dependency 'simplecov' , '~> 0.22.0'
You can’t perform that action at this time.
0 commit comments