Skip to content

Commit

Permalink
Prepping for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Oct 16, 2024
1 parent bc17c34 commit 929e7bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
## [0.2.0] - 2024-10-15

- Added check for required environment variables before call to Google Sheets API

## [0.3.0] - 2024-10-16

- Convert Google Sheet contents to JSON, not just to Ruby hash
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:
sheet_zoukas (0.2.0)
sheet_zoukas (0.3.0)
google-apis-sheets_v4

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/sheet_zoukas/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SheetZoukas
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit 929e7bd

Please sign in to comment.