From 3f565ad0c0643d6592b5c3fc44b09b4fb2badc21 Mon Sep 17 00:00:00 2001
From: Alejandro <bloodbathalchemist@protonmail.com>
Date: Sun, 23 Jun 2024 17:52:01 -0400
Subject: [PATCH] chore(master): release 1.0.0

---
 CHANGELOG.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..95e76ab
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,26 @@
+# Changelog
+
+## 1.0.0 (2024-06-23)
+
+
+### Features
+
+* **#3:** add smart case matching ([99a5ad9](https://github.com/natecraddock/telescope-zf-native.nvim/commit/99a5ad90046274774520b7cf62124826737ca0a1)), closes [#3](https://github.com/natecraddock/telescope-zf-native.nvim/issues/3)
+* add filename match priority ([f231052](https://github.com/natecraddock/telescope-zf-native.nvim/commit/f23105263dfcb2b7dc4265a438f79a745e8d92b2))
+* add health check ([76ae732](https://github.com/natecraddock/telescope-zf-native.nvim/commit/76ae732e4af79298cf3582ec98234ada9e466b58))
+* add range highlights ([b1fd0b0](https://github.com/natecraddock/telescope-zf-native.nvim/commit/b1fd0b0a6e35c8b1cf0f2402db0e83d1406b4014))
+* add start-of-word match priority ([a6e900f](https://github.com/natecraddock/telescope-zf-native.nvim/commit/a6e900ffad87c275bfd96153fe513f255a6af764))
+* basic zf telescope sorter ([04e9d6b](https://github.com/natecraddock/telescope-zf-native.nvim/commit/04e9d6b303c14aa9cdcc84cec67dd1c40cbcb8ca))
+* **health:** add compatibility for Neovim 0.10 ([#17](https://github.com/natecraddock/telescope-zf-native.nvim/issues/17)) ([242ee15](https://github.com/natecraddock/telescope-zf-native.nvim/commit/242ee15047e3400351982ef162301a898ec5cdda))
+* improve ranking precision ([75c0e12](https://github.com/natecraddock/telescope-zf-native.nvim/commit/75c0e120b97f83fd37926d47032e9bf8b04396ac))
+* luarocks/rocks.nvim support ([d746bfa](https://github.com/natecraddock/telescope-zf-native.nvim/commit/d746bfa8dfbd3273f894a1f00ba30cf87eec6511))
+* update config format ([187c8dc](https://github.com/natecraddock/telescope-zf-native.nvim/commit/187c8dca42a1c37d732958ac94edecbca7ac7e83))
+* update zf and add strict path matching ([beb34b6](https://github.com/natecraddock/telescope-zf-native.nvim/commit/beb34b6c48154ec117930180f257a5592606d48f))
+
+
+### Bug Fixes
+
+* **#4:** fix mapping from zf to telescope scores ([dabcdff](https://github.com/natecraddock/telescope-zf-native.nvim/commit/dabcdff0b26d0313f8a9add1e29193d5c030c7b5)), closes [#4](https://github.com/natecraddock/telescope-zf-native.nvim/issues/4)
+* crash when disabling filename match priority ([3f64df2](https://github.com/natecraddock/telescope-zf-native.nvim/commit/3f64df2cb1e8c4a399154b21dabb2734a1afb8f1))
+* **typo:** zf-native ([3db89a5](https://github.com/natecraddock/telescope-zf-native.nvim/commit/3db89a58be7fd036b96a0cbb59de2ea2b4df8e3c)), closes [#2](https://github.com/natecraddock/telescope-zf-native.nvim/issues/2)
+* zf to telescope rank conversion ([79b66ec](https://github.com/natecraddock/telescope-zf-native.nvim/commit/79b66ecaf5119eb82b2f3c4a34623e7f70e9f0c2))