Skip to content

Commit cf3e5a1

Browse files
committed
Version 2.1.0
1 parent 223f6ea commit cf3e5a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.1.0.rc1
1+
# 2.1.0
22

33
- Add a dependency on http-accept for parsing Content-Type charset headers.
44
This works around a bad memory leak introduced in MRI Ruby 2.4.0 and fixed in

lib/restclient/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RestClient
2-
VERSION_INFO = [2, 1, 0, 'rc1'].freeze
2+
VERSION_INFO = [2, 1, 0].freeze
33
VERSION = VERSION_INFO.map(&:to_s).join('.').freeze
44

55
def self.version

0 commit comments

Comments
 (0)