* Major release! Just kidding, we are continuing the
[versioning scheme](https://github.com/google/flatbuffers/wiki/Versioning) of
using a date to signify releases. This results in the first release of the new
year to bump the tradition major version field.
* Go minimum version is now 1.19 (7720) with the addition of Go modules.
* Added CI support for Big Endian regression testing (7707).
* Fixed `getFullyQualifiedName` in typescript to return name delimited by '.'
instead of '_' (7730).
* Fixed the versioning scheme to not include leading zeros which are not
consistently handled by every package manager. Only the last release
(12.12.06) should have suffered from this.