diff --git a/camera_turnaround.py b/camera_turnaround.py
index 6ffd63814552651ddd00b4e491718f280394ac0c..935f486e2e4f0252fd6fa06031ef85ac44a34504 100644
--- a/camera_turnaround.py
+++ b/camera_turnaround.py
@@ -50,6 +50,7 @@ class CAMERATURN_OT_RunAction(Operator):
     bl_idname = "object.rotate_around"
     bl_label = "Turnaround"
     bl_description = "Create camera rotation around selected object"
+    bl_options = {'REGISTER', 'UNDO'}
 
     def execute(self, context):
         # ----------------------