From 7ae00e7ce557c765f9dfcd75b5875cdc1cc186dd Mon Sep 17 00:00:00 2001 From: Dmitry Vorotilin Date: Thu, 14 Sep 2023 15:17:20 +0300 Subject: [PATCH] Bump up --- CHANGELOG.md | 13 ++++++++++++- lib/ferrum/version.rb | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d124c4..0cc9169a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.13...main) ## +## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.14...main) ## + +### Added + +### Changed + +### Fixed + +### Removed + + +## [0.14](https://github.com/rubycdp/ferrum/compare/v0.13...v0.14) - (Sep 14, 2023) ## ### Added - `Ferrum::Page#device_pixel_ratio` returns the ratio of the resolution in physical pixels to the diff --git a/lib/ferrum/version.rb b/lib/ferrum/version.rb index 980046ed..77e0a659 100644 --- a/lib/ferrum/version.rb +++ b/lib/ferrum/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Ferrum - VERSION = "0.13" + VERSION = "0.14" end