Skip to content

Commit

Permalink
Merge pull request #30 from looker-open-source/release-please--branch…
Browse files Browse the repository at this point in the history
…es--main--components--looker-sdk

chore(main): release 0.1.6
  • Loading branch information
drstrangelooker authored Jun 28, 2023
2 parents 84be427 + ba55207 commit b9bc0de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.6](https://github.com/looker-open-source/looker-sdk-ruby/compare/v0.1.5...v0.1.6) (2023-06-28)


### Bug Fixes

* Deprecated Faraday::Request.method changed to http_method ([c3f74bd](https://github.com/looker-open-source/looker-sdk-ruby/commit/c3f74bdbaeb0ec6cc7ed10e2f395b7273cb80783))

## [0.1.5](https://github.com/looker-open-source/looker-sdk-ruby/compare/v0.1.4...v0.1.5) (2023-06-28)


Expand Down
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:
looker-sdk (0.1.5)
looker-sdk (0.1.6)
faraday (>= 1.2, < 3.0)
sawyer (~> 0.8)

Expand Down
2 changes: 1 addition & 1 deletion lib/looker-sdk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ module LookerSDK

# Current version
# @return [String]
VERSION = "0.1.5"
VERSION = "0.1.6"

end

0 comments on commit b9bc0de

Please sign in to comment.