File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ Unreleased ] ( https://github.com/twingly/twingly-search-api-ruby/tree/HEAD )
3+ ## [ v4.0.0 ] ( https://github.com/twingly/twingly-search-api-ruby/tree/v4.0.0 )
44
5- [ Full Changelog] ( https://github.com/twingly/twingly-search-api-ruby/compare/v3.0.0...HEAD )
5+ [ Full Changelog] ( https://github.com/twingly/twingly-search-api-ruby/compare/v3.0.0...v4.0.0 )
66
77** Implemented enhancements:**
88
99- Add JRuby 9000 to supported Ruby versions [ \# 27] ( https://github.com/twingly/twingly-search-api-ruby/issues/27 )
1010- Rename analytics to search [ \# 21] ( https://github.com/twingly/twingly-search-api-ruby/issues/21 )
1111
12+ ** Fixed bugs:**
13+
14+ - Handle non-XML responses from server [ \# 31] ( https://github.com/twingly/twingly-search-api-ruby/issues/31 )
15+ - Changelog is not generated correctly [ \# 25] ( https://github.com/twingly/twingly-search-api-ruby/issues/25 )
16+
1217** Merged pull requests:**
1318
19+ - Example script: Retry on server error [ \# 35] ( https://github.com/twingly/twingly-search-api-ruby/pull/35 ) ([ jage] ( https://github.com/jage ) )
20+ - Yield self [ \# 34] ( https://github.com/twingly/twingly-search-api-ruby/pull/34 ) ([ roback] ( https://github.com/roback ) )
21+ - Handle non-XML responses from server [ \# 33] ( https://github.com/twingly/twingly-search-api-ruby/pull/33 ) ([ roback] ( https://github.com/roback ) )
22+ - Add YARD documentation comments [ \# 32] ( https://github.com/twingly/twingly-search-api-ruby/pull/32 ) ([ roback] ( https://github.com/roback ) )
1423- Test with JRuby 9000 on travis [ \# 30] ( https://github.com/twingly/twingly-search-api-ruby/pull/30 ) ([ roback] ( https://github.com/roback ) )
1524- Handle exceptions [ \# 29] ( https://github.com/twingly/twingly-search-api-ruby/pull/29 ) ([ roback] ( https://github.com/roback ) )
1625- Let client handle api call [ \# 28] ( https://github.com/twingly/twingly-search-api-ruby/pull/28 ) ([ roback] ( https://github.com/roback ) )
9099
91100
92101
93- \* * This Change Log was automatically generated by [ github_changelog_generator] ( https://github.com/skywinder/Github-Changelog-Generator ) *
102+ \* * This Change Log was automatically generated by [ github_changelog_generator] ( https://github.com/skywinder/Github-Changelog-Generator ) *
Original file line number Diff line number Diff line change 11module Twingly
22 module Search
3- VERSION = "3 .0.0"
3+ VERSION = "4 .0.0"
44 end
55end
You can’t perform that action at this time.
0 commit comments