From e6130acce8d336a7083813cc216bdddcafa60155 Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Mon, 25 Apr 2022 17:07:20 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A3=20v1.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/standard/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5435d355..a88f662c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.11.0 * Update rubocop from 1.27.0 to [1.28.2](https://github.com/rubocop/rubocop/releases/tag/v1.28.2) diff --git a/Gemfile.lock b/Gemfile.lock index eed40f3a..af56909f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.10.0) + standard (1.11.0) rubocop (= 1.28.2) rubocop-performance (= 1.13.3) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 84142ff3..d4ad9bd6 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new('1.10.0') + VERSION = Gem::Version.new('1.11.0') end