Skip to content

Commit

Permalink
chore(main): release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
looker-open-source-automation-bot committed Jan 19, 2024
1 parent 2255a4e commit 29408a7
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.7](https://github.com/looker-open-source/looker-sdk-ruby/compare/v0.1.6...v0.1.7) (2024-01-19)


### Bug Fixes

* **deps:** Fix for faraday multipart disabled ([2255a4e](https://github.com/looker-open-source/looker-sdk-ruby/commit/2255a4e4d67b87c06cefe87d945e9e11ae069465))

## [0.1.6](https://github.com/looker-open-source/looker-sdk-ruby/compare/v0.1.5...v0.1.6) (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.6)
looker-sdk (0.1.7)
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.6"
VERSION = "0.1.7"

end

0 comments on commit 29408a7

Please sign in to comment.