From 08fd18f49275700905e4fcd7362c818f74e90195 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 19 Apr 2023 11:28:53 +0200 Subject: [PATCH] Prepared v1.3.0 --- CHANGES.md | 6 +++++- lib/valvat/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 175c461..15740b0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,11 @@ ### dev -[full changelog](http://github.com/yolk/valvat/compare/v1.2.1...master) +[full changelog](http://github.com/yolk/valvat/compare/v1.3.0...master) + +### 1.3.0 / 2023-04-19 + +[full changelog](http://github.com/yolk/valvat/compare/v1.2.1...v1.3.0) * Checksum::FR: Correct validation for french VAT ids not starting with two numerical chars #119 * Equality for Valvat objects #120 diff --git a/lib/valvat/version.rb b/lib/valvat/version.rb index 249d0a1..688f696 100644 --- a/lib/valvat/version.rb +++ b/lib/valvat/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Valvat - VERSION = '1.2.1' + VERSION = '1.3.0' end