Skip to content

Commit 404aae0

Browse files
logger dependency removed since it's been part of the standard library
1 parent f189d43 commit 404aae0

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [1.0.6] - 2018-14-02
7+
## [1.0.7] - 2018-12-05
8+
### Changed
9+
- logger dependency removed since it's been part of the standard library.
10+
11+
## [1.0.6] - 2018-11-14
812
### Fixed
913
- Fixed a bug where the cached auth key isn't deleted if it expires before its cache expiration. This should only occur in rare cases where the auth token cache expiration exceeds 30 minutes.
1014
### Added
@@ -88,6 +92,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8892
### Added
8993
- Adds KW (keywords) and SH (subject heading) to solr search fields
9094

95+
[1.0.7]: https://github.com/ebsco/edsapi-ruby/compare/1.0.6...1.0.7
9196
[1.0.6]: https://github.com/ebsco/edsapi-ruby/compare/1.0.5...1.0.6
9297
[1.0.5]: https://github.com/ebsco/edsapi-ruby/compare/1.0.4...1.0.5
9398
[1.0.4]: https://github.com/ebsco/edsapi-ruby/compare/1.0.3...1.0.4

lib/ebsco/eds/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module EBSCO
22
module EDS
3-
VERSION = '1.0.6'
3+
VERSION = '1.0.7'
44
end
55
end

0 commit comments

Comments
 (0)