CHANGES.md in valvat-1.1.5 vs CHANGES.md in valvat-1.2.0
- old
+ new
@@ -1,10 +1,19 @@
### dev
-[full changelog](http://github.com/yolk/valvat/compare/v1.1.5...master)
+[full changelog](http://github.com/yolk/valvat/compare/v1.2.0...master)
+### 1.2.0 / 2022-09-30
+
+[full changelog](http://github.com/yolk/valvat/compare/v1.1.5...v1.2.0)
+
+* Implemented lookup of VAT numbers from the UK (via HMRC api and only with :uk option set to true) (by [Adrien Rey-Jarthon](https://github.com/jarthod))
+* Remimplemented VIES lookup using only nethttp (removes dependency on savon)
+* Deprecate require 'valvat/local'. Please require 'valvat' directly.
+* Apply more rules to spanish VAT numbers on checksum validation #115 (by [Thomas Scalise](https://github.com/KirtashW17))
+
### 1.1.5 / 2022-09-14
[full changelog](http://github.com/yolk/valvat/compare/v1.1.4...v1.1.5)
* Fixed natural person VAT checksum validation for ES #114 (by [Thomas Scalise](https://github.com/KirtashW17))
@@ -20,10 +29,10 @@
### 1.1.3 / 2022-01-26
[full changelog](http://github.com/yolk/valvat/compare/v1.1.2...v1.1.3)
-* Handle Savon::HTTPError and Savon::UnknownOperationError as ViesError and throw Valvat::HTTPError and Valvat::OperationUnknown instead.
+* Handle Savon::HTTPError and Savon::UnknownOperationError as LookupError and throw Valvat::HTTPError and Valvat::OperationUnknown instead.
### 1.1.2 / 2021-10-29
[full changelog](http://github.com/yolk/valvat/compare/v1.1.1...v1.1.2)