We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8aba0 commit a1ab328Copy full SHA for a1ab328
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## V 0.6.10
4
+- Add 403 response to the list of mapped errors
5
+
6
## V 0.6.10
7
- Update bundler from 2.2.24 to 2.3.6
8
- Add rexml 3.2.5 dependency to make the Gem compatible with Ruby 3.1
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- easy_meli (0.6.10)
+ easy_meli (0.6.11)
httparty (~> 0.21)
rexml (~> 3.2.5)
lib/easy_meli/version.rb
@@ -1,3 +1,3 @@
module EasyMeli
- VERSION = "0.6.10"
+ VERSION = "0.6.11"
end
0 commit comments