We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d806c commit 1ebfaa0Copy full SHA for 1ebfaa0
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## [1.0.3](https://github.com/ShipEngine/shipengine-ruby/compare/v1.0.2...v1.0.3) (2023-06-16)
4
5
6
+### Bug Fixes
7
8
+* Update publish to Gem API Key ([3f9c8e5](https://github.com/ShipEngine/shipengine-ruby/commit/3f9c8e5eec8147e2fb1b38a114fa0e2ff24a5f9e))
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- shipengine_sdk (0.0.0)
+ shipengine_sdk (1.0.3)
faraday (>= 1.4)
faraday_middleware (>= 1.0)
hashie (>= 3.4)
lib/shipengine/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ShipEngine
- VERSION = '0.0.0'
+ VERSION = '1.0.3'
end
0 commit comments