diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c96c2d..320a551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,16 @@ ## [Unreleased] +## [1.0.0] - 2024-11-02 + ### Added + - Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) - Language support for `.clang-format` files - Detect indentation style and column limit from `.clang-format` file - Format code using `clang-format` binary - Settings page to configure `clang-format` binary path - Format on save option + +[Unreleased]: https://github.com/aarcangeli/idea-clang-format/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/aarcangeli/idea-clang-format/commits/v1.0.0