diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68a3c6e767a98f3ce4215efb6a69922a720a2025..65e2d846d82813b9d09e4f300d7ab039a2ec8d00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,7 @@ release.
 ## [Unreleased]
 ### Changed
 - Enabled Hayabusa2 drivers [#596](https://github.com/DOI-USGS/ale/pull/596)
+- Enabled Juno drivers [#597](https://github.com/DOI-USGS/ale/pull/597)
 
 ### Added
 - Apollo Metric drivers, tests, and data [#533](https://github.com/DOI-USGS/ale/pull/533)
diff --git a/ale/drivers/__init__.py b/ale/drivers/__init__.py
index 464b151a364c56b93c230559166f669b7309d003..c8a922a9473a7f8f5b2bdef51d389d2d31a0f777 100644
--- a/ale/drivers/__init__.py
+++ b/ale/drivers/__init__.py
@@ -24,7 +24,6 @@ from abc import ABC
 
 # Explicit list of disabled drivers
 __disabled_drivers__ = ["ody_drivers",
-                        "juno_drivers",
                         "tgo_drivers"]
 
 # dynamically load drivers