Skip to content

Commit 0525ff2

Browse files
authored
chore(main): release 1.0.2
chore(main): release 1.0.2
2 parents b8b3898 + 87cfb05 commit 0525ff2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [1.0.2](https://github.com/ShipEngine/shipengine-ruby/compare/v1.0.1...v1.0.2) (2023-06-15)
4+
5+
6+
### Bug Fixes
7+
8+
* [SE-119] Get SDK build working and First Gem published :truck: ([dbba243](https://github.com/ShipEngine/shipengine-ruby/commit/dbba243460e85fbe5b644078a933ca36c5f2c57d))
9+
* fixup CD ([fcb16ad](https://github.com/ShipEngine/shipengine-ruby/commit/fcb16ada4628dbb330f3c33f0f5ba58bcfe4d8ed))
10+
* Update versioning and prune failed attempts from git ([5eb0f22](https://github.com/ShipEngine/shipengine-ruby/commit/5eb0f227b8466f61ce3f8df3edef6cab5779dbd1))

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shipengine_sdk (0.0.0)
4+
shipengine_sdk (1.0.2)
55
faraday (>= 1.4)
66
faraday_middleware (>= 1.0)
77
hashie (>= 3.4)

lib/shipengine/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ShipEngine
4-
VERSION = '0.0.0'
4+
VERSION = '1.0.2'
55
end

0 commit comments

Comments
 (0)