diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ebbf6d9..c237483f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ -## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.14...main) ## +## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.15...main) ## ### Added -- `Ferrum::Page#disable_javascript` disables the JavaScript from the HTML source -- `Ferrum::Page#set_viewport` emulates the viewport -- `Ferrum::Downloads` + +### Changed + +### Fixed + +### Removed + + +## [0.15](https://github.com/rubycdp/ferrum/compare/v0.14...v0.15) ## + +### Added +- `Ferrum::Page#disable_javascript` disables the JavaScript from the HTML source [#407] +- `Ferrum::Page#set_viewport` emulates the viewport [#406] +- `Ferrum::Downloads` [#416] - `#files` information about downloaded files - `#wait` wait for file download to be completed - `#set_behavior` where and whether to store file diff --git a/lib/ferrum/version.rb b/lib/ferrum/version.rb index 77e0a659..3d9939d6 100644 --- a/lib/ferrum/version.rb +++ b/lib/ferrum/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Ferrum - VERSION = "0.14" + VERSION = "0.15" end