Skip to content

Commit 4af4080

Browse files
authored
Merge pull request #161 from Shopify/version-3.1.0
Bump version to 3.1.0
2 parents 43fa51e + bfecddc commit 4af4080

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Unreleased
22
-----
33

44

5+
3.1.0
6+
-----
7+
* Drop support for Rails 6 and Ruby 3.0.
8+
* Add qunitals. Add aliases for UK ton/tonne. (@ragarwal6397)
9+
510

611
3.0.0
712
-----

lib/measured/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Measured
3-
VERSION = "3.0.0"
3+
VERSION = "3.1.0"
44
end

0 commit comments

Comments
 (0)