From 4f54b35f4087401ef32f58789ea21768e9dc0bfa Mon Sep 17 00:00:00 2001 From: esotericpig Date: Mon, 25 Oct 2021 19:13:02 +0800 Subject: [PATCH] Bump version to v0.3.11 --- CHANGELOG.md | 8 +++++++- Gemfile.lock | 2 +- lib/nhkore/version.rb | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68deb9f..683ab69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,16 @@ All notable changes to this project will be documented in this file. Format is based on [Keep a Changelog v1.0.0](https://keepachangelog.com/en/1.0.0), and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html). -## [[Unreleased]](https://github.com/esotericpig/nhkore/compare/v0.3.10...HEAD) +## [[Unreleased]](https://github.com/esotericpig/nhkore/compare/v0.3.11...HEAD) - +## [v0.3.11] - 2021-10-25 + +### Fixed +- Updated `nokogiri` gem for *Dependabot* security vulnerability. + + ## [v0.3.10] - 2021-07-13 ### Fixed diff --git a/Gemfile.lock b/Gemfile.lock index 9876105..fbb8ac2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - nhkore (0.3.10) + nhkore (0.3.11) attr_bool (~> 0.2) bimyou_segmenter (~> 1.2) cri (~> 2.15) diff --git a/lib/nhkore/version.rb b/lib/nhkore/version.rb index dd1d705..2a35776 100644 --- a/lib/nhkore/version.rb +++ b/lib/nhkore/version.rb @@ -10,5 +10,5 @@ module NHKore - VERSION = '0.3.10' + VERSION = '0.3.11' end