Skip to content

Commit cd94665

Browse files
authored
Release a new version (#454)
* Release a new version * channel_sections with 's'
1 parent 605a303 commit cd94665

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ For more information about changelogs, check
66
[Keep a Changelog](http://keepachangelog.com) and
77
[Vandamme](http://tech-angels.github.io/vandamme).
88

9+
## 0.34.1 - 2026-01-08
10+
11+
* [FEATURE] Add channel.channel_sections
12+
* [FEATURE] Add branding_setting.unsubscribed_trailer
13+
* [FEATURE] Add engaged_views
14+
* [FEATURE] Add account.sub (thank you @jkowens)
15+
* [FEATURE] Add content_owner.live_cuepoints
16+
* [FIX] Fetch channel_id from channel handle url
17+
* [BUGFIX] upload_thumbnail and upload_video with path url (thank you @mrj)
18+
* [IMPROVEMENT] Use `URI.decode_www_form` for Ruby 4.0 (thank you @jules-w2)
19+
920
## 0.34.0 - 2024-08-25
1021

1122
* Ruby 2.1+ required https://github.com/nullscreen/yt/pull/425

lib/yt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Yt
2-
VERSION = '0.34.0'
2+
VERSION = '0.34.1'
33
end

0 commit comments

Comments
 (0)