Skip to content

Commit

Permalink
chore(main): release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
looker-open-source-automation-bot committed Jun 28, 2023
1 parent 1e89e03 commit 4f1a65d
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.5](https://github.com/looker-open-source/looker-sdk-ruby/compare/v0.1.4...v0.1.5) (2023-06-28)


### Bug Fixes

* updated redcarpet dependency to account for an injection vulnerability which can enable a cross-site scripting attack. ([f325228](https://github.com/looker-open-source/looker-sdk-ruby/commit/f32522897157887d0bf446b8c5b27c57d8e533b9))

### [0.1.4](https://www.github.com/looker-open-source/looker-sdk-ruby/compare/v0.1.3...v0.1.4) (2023-03-14)


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.4)
looker-sdk (0.1.5)
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.4"
VERSION = "0.1.5"

end

0 comments on commit 4f1a65d

Please sign in to comment.