Skip to content

Commit db2d591

Browse files
authored
Merge pull request #179 from bigcommerce/1.1.0-release-prep
Preparing for release 1.1.0
2 parents c8ed62c + 10f410c commit db2d591

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Your contribution here.
33

44
* [#000](https://github.com/bigcommerce/bigcommerce-api-ruby/pull/000): Brief description here. - [@username](https://github.com/username).
5+
6+
## 1.1.0
57
* [#174](https://github.com/bigcommerce/bigcommerce-api-ruby/pull/174): Drop support for ruby 2.6; Add support for Ruby 3.2 - [@j05h](https://github.com/j05h).
68

79
## 1.0.2

Diff for: lib/bigcommerce/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Bigcommerce
4-
VERSION = '1.1.0.pre'
4+
VERSION = '1.1.0'
55
end

0 commit comments

Comments
 (0)