diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e40cd39e..6e369499a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@ Changelog is rather internal in nature. See release notes for the public overvie
## Upcoming version 5.x.x (`develop` branch)
+- [#549]
+ - **Description:** Internal refactor of `KSelect` as part of moving away from Keen UI where related files were renamed and some functionality that wasn't exposed for public use was removed.
+ - **Products impact:** none
+ - **Addresses:** -
+ - **Components:** -
+ - **Breaking:** no
+ - **Impacts a11y:** -
+ - **Guidance:** Thorough QA of places that use `KSelect` is recommended due to the large scope of refactor.
+
+[#549]: https://github.com/learningequality/kolibri-design-system/pull/549
+
- [#615]
- **Description:** Removes KImg props related to dimensions: `height`, `width`, `maxHeight`, `minHeight`, `maxWidth`, `minWidth`
- **Products impact:** updated API
diff --git a/lib/KSelect/KeenUiSelectOption.vue b/lib/KSelect/KSelectOption.vue
similarity index 99%
rename from lib/KSelect/KeenUiSelectOption.vue
rename to lib/KSelect/KSelectOption.vue
index fa9cc859a..3d2faef2e 100644
--- a/lib/KSelect/KeenUiSelectOption.vue
+++ b/lib/KSelect/KSelectOption.vue
@@ -48,7 +48,7 @@
import UiIcon from '../keen/UiIcon';
export default {
- name: 'KeenUiSelectOption',
+ name: 'KSelectOption',
components: {
UiIcon,
},
diff --git a/lib/KSelect/KeenUiSelect.vue b/lib/KSelect/KeenUiSelect.vue
deleted file mode 100644
index b4011191d..000000000
--- a/lib/KSelect/KeenUiSelect.vue
+++ /dev/null
@@ -1,1197 +0,0 @@
-
-
-
-