Skip to content

Commit

Permalink
chore(main): release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 15, 2023
1 parent b8b3898 commit 87cfb05
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [1.0.2](https://github.com/ShipEngine/shipengine-ruby/compare/v1.0.1...v1.0.2) (2023-06-15)


### Bug Fixes

* [SE-119] Get SDK build working and First Gem published :truck: ([dbba243](https://github.com/ShipEngine/shipengine-ruby/commit/dbba243460e85fbe5b644078a933ca36c5f2c57d))
* fixup CD ([fcb16ad](https://github.com/ShipEngine/shipengine-ruby/commit/fcb16ada4628dbb330f3c33f0f5ba58bcfe4d8ed))
* Update versioning and prune failed attempts from git ([5eb0f22](https://github.com/ShipEngine/shipengine-ruby/commit/5eb0f227b8466f61ce3f8df3edef6cab5779dbd1))
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shipengine_sdk (0.0.0)
shipengine_sdk (1.0.2)
faraday (>= 1.4)
faraday_middleware (>= 1.0)
hashie (>= 3.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/shipengine/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ShipEngine
VERSION = '0.0.0'
VERSION = '1.0.2'
end

0 comments on commit 87cfb05

Please sign in to comment.