# Changelog Given a version number `MAJOR`.`MINOR`.`PATCH`: - `MAJOR` is updated when there are **incompatible changes**, - `MINOR` is updated when there are **backwards-compatible feature additions**, - `PATCH` is updated when there are **backwards-compatible bug fixes**. ### 1.0.0 (date) - Basic features.