Skip to content

Commit 73f31f7

Browse files
committed
v1.1.0
1 parent ecb87fd commit 73f31f7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
## [1.1.0] - 2025-07-04
6+
- Add CLI command for creating documents from HTML content or URLs ([#16](https://github.com/joshbeckman/readwise-ruby/pull/16) from [@andyw8](https://github.com/andyw8))
7+
58
## [1.0.1] - 2025-06-29
69
- Handle absent tags in transforming highlights
710

lib/readwise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Readwise
2-
VERSION = "1.0.1"
2+
VERSION = "1.1.0"
33
end

0 commit comments

Comments
 (0)