Skip to content

Commit

Permalink
Prepared v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yolk committed Dec 6, 2024
1 parent 93e16bf commit bc5fc0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@

### dev

[full changelog](http://github.com/yolk/valvat/compare/v1.4.4...master)
[full changelog](http://github.com/yolk/valvat/compare/v2.0.0...master)

### 2.0.0 / 2024-12-06

[full changelog](http://github.com/yolk/valvat/compare/v.4.4...v2.0.0)

BREAKING CHANGE: To validate UK VAT numbers you have to provide authentication credentials for the HMRC API. From valvat v2 onwards, simply setting the `:uk` option to `true` will always return `false` (same as the default).

* Added support for HMRC API v2.0 with OAuth 2.0 authentication [Denys Metelov](https://github.com/Skumring)
* Resolved the rexml security vulnerabilities that affected versions < 3.3.6 by [Riana Ferreira](https://github.com/bad-vegan)
Expand Down
2 changes: 1 addition & 1 deletion lib/valvat/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Valvat
VERSION = '1.4.4'
VERSION = '2.0.0'
end

0 comments on commit bc5fc0d

Please sign in to comment.