Skip to content

Commit 79f184d

Browse files
committed
Release v4.0.0
1 parent adc6458 commit 79f184d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
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))
@@ -90,4 +99,4 @@
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)*

lib/twingly/search/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Twingly
22
module Search
3-
VERSION = "3.0.0"
3+
VERSION = "4.0.0"
44
end
55
end

0 commit comments

Comments
 (0)