From 091aff2b9005ccc0392edc1208c4818d573c144c Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Sun, 12 Jan 2020 10:15:02 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2728627..6490d21 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This was written primary for use in my [Terraform provider for Unifi](https://github.com/paultyng/terraform-provider-unifi). +## Versioning + +Many of the naming adjustments are breaking changes, but to simplify things, treating naming errors as minor changes for the 1.0.0 version (probably should have just started at 0.1.0). + ## Note on Code Generation The data models and basic REST methods are "generated" from JSON files in the JAR that show all fields and the associated regex/validation information.