Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.2.1 (January 23, 2026)

### Fixed

- Fixed issue where any string containing a dollar sign was incorrectly treated as a GraphQL variable.

### Changed

- Updated `base64` dependency requirement from `~> 0.2.0` to `>= 0.2, < 0.4` for broader compatibility.

## v1.2.0 (November 18, 2025)

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

module Monday
VERSION = "1.2.0"
VERSION = "1.2.1"
end