Skip to content

Commit a1ab328

Browse files
committed
Update gem version
1 parent 2f8aba0 commit a1ab328

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## V 0.6.10
4+
- Add 403 response to the list of mapped errors
5+
36
## V 0.6.10
47
- Update bundler from 2.2.24 to 2.3.6
58
- Add rexml 3.2.5 dependency to make the Gem compatible with Ruby 3.1

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
easy_meli (0.6.10)
4+
easy_meli (0.6.11)
55
httparty (~> 0.21)
66
rexml (~> 3.2.5)
77

lib/easy_meli/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module EasyMeli
2-
VERSION = "0.6.10"
2+
VERSION = "0.6.11"
33
end

0 commit comments

Comments
 (0)