diff --git a/CHANGES.rst b/CHANGES.rst index a66dda59a..387d1f599 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +-------------------- +3.24 (2025-05-19) +-------------------- +- Added remote execution for `eb migrate` command to support migrations of remote IIS servers to Elastic Beanstalk + -------------------- 3.23.3 (2025-05-01) -------------------- diff --git a/ebcli/__init__.py b/ebcli/__init__.py index 06bb3b37a..93fecf4b2 100644 --- a/ebcli/__init__.py +++ b/ebcli/__init__.py @@ -11,4 +11,4 @@ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF # ANY KIND, either express or implied. See the License for the specific # language governing permissions and limitations under the License. -__version__ = '3.23.3' +__version__ = '3.24'