Skip to content

Commit 4f71933

Browse files
committed
v1.0.0
1 parent cde89da commit 4f71933

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.0.0] - 2025-06-29
6+
- Add Readwise API v3 support for Reader documents ([#13](https://github.com/andjosh/readwise-ruby/pull/13))
7+
- Add `daily_review` client method and Review type ([#14](https://github.com/andjosh/readwise-ruby/pull/14))
8+
- Add comprehensive document API methods (list, get, create, update, delete)
9+
- Add support for document tags and metadata handling
10+
- Add tests for document API functionality
11+
512
## [0.5.0] - 2023-06-15
613
- Add methods to create/update highlights ([#8](https://github.com/joshbeckman/readwise-ruby/pull/12))
714
- Add methods to add/update/remove highlight tags

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 = "0.5.0"
2+
VERSION = "1.0.0"
33
end

0 commit comments

Comments
 (0)