Skip to content

Commit 466b046

Browse files
Version Bump v3.0.1: Turn on verification of TLS certificates
1 parent 5d352d2 commit 466b046

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [3.0.1] - 2016-01-25
7+
### Fix
8+
- [Pull Request #7](https://github.com/sendgrid/ruby-http-client/pull/7)
9+
- Fixes [issue #6](https://github.com/sendgrid/ruby-http-client/issues/6): TLS certificates not verified
10+
- Thanks to [Koen Rouwhorst](https://github.com/koenrh) for the pull request!
11+
612
## [3.0.0] - 2016-07-23
713
### BREAKING CHANGE
814
- Implements [issue #3](https://github.com/sendgrid/ruby-http-client/issues/3): Headers on Response

ruby_http_client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = 'ruby_http_client'
7-
spec.version = '3.0.0'
7+
spec.version = '3.0.1'
88
spec.authors = ['Elmer Thomas']
99
spec.email = '[email protected]'
1010
spec.summary = 'A simple REST client'

0 commit comments

Comments
 (0)