Haha no worries, usually we recommend overloads for changes like that and we can obsolete the old method to be removed in a few versions. You'll probably run into a few more breaking changes from quickly scanning your code.
One important thing, not sure if you did this but if you updated an interface then that one can have something called a default implementation, to avoid it being a breaking change for current implementors as well.