* Backwards incompatible change to the way that data types are discovered and parsed [22](https://github.com/singer-io/tap-oracle/pull/22)
* Oracle numeric types with a null scale (`NUMBER` and `NUMBER(*)`) will now be correctly discovered as floating point types rather than integers.
* This may cause downstream issues with loading and reporting, so a major bump is required.