Skip to content

Commit 50be942

Browse files
committed
Bump up
1 parent 3af424f commit 50be942

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.17...main) ##
1+
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.17.1...main) ##
22

33
### Added
44

55
### Changed
66

77
### Fixed
88

9+
### Removed
10+
11+
12+
## [0.17.1](https://github.com/rubycdp/ferrum/compare/v0.17...0.17.1) (May 11, 2025) ##
13+
14+
### Added
15+
16+
### Changed
17+
18+
### Fixed
19+
20+
- Can't use single quotes in screenshot :selector [#465]
921
- `remote_debug_url` for modern Chrome returns chrome-devtools-frontend.appspot.com absolute url
1022

1123
### Removed

lib/ferrum/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Ferrum
4-
VERSION = "0.17"
4+
VERSION = "0.17.1"
55
end

0 commit comments

Comments
 (0)