For versioning provider releases, let's follow the terraform developer [best practices](https://developer.hashicorp.com/terraform/plugin/best-practices/versioning). This suggests bumping minor when we add new attributes to existing resources or add new resources without any breaking changes. We recently [released](https://github.com/coder/terraform-provider-coder/releases/tag/v1.0.2) a new attribute, `hidden`, for the resource `coder_app` without bumping the minor version.