diff --git a/docs/Installing-Butterfly.md b/docs/Installing-Butterfly.md index c49364c4..af957f6f 100644 --- a/docs/Installing-Butterfly.md +++ b/docs/Installing-Butterfly.md @@ -7,14 +7,14 @@ Before installing Butterfly, make sure you have Java 7, or newer, installed (run ## Installing Butterfly from zip file -1. Download and extract [butterfly-cli-package.zip](https://repo1.maven.org/maven2/com/paypal/butterfly/butterfly-cli-package/3.2.6/butterfly-cli-package-3.2.6.zip) file +1. Download and extract [butterfly-cli-package.zip](https://repo1.maven.org/maven2/com/paypal/butterfly/butterfly-cli-package/3.2.7/butterfly-cli-package-3.2.7.zip) file 1. Cd to the `butterfly` folder and run `butterfly`. If you see its help, Butterfly has been installed properly 1. Run `butterfly –l` and notice that you have no Butterfly extensions at this point, as seen below ``` No active profile set, falling back to default profiles: default Started ButterflyCliApp in 0.965 seconds (JVM running for 1.427) -Butterfly application transformation tool (version 3.2.6) +Butterfly application transformation tool (version 3.2.7) There are no registered extensions ``` @@ -32,7 +32,7 @@ You would get an output similar to the one below if you've installed the sample ``` No active profile set, falling back to default profiles: default Started ButterflyCliApp in 0.909 seconds (JVM running for 1.397) -Butterfly application transformation tool (version 3.2.6) +Butterfly application transformation tool (version 3.2.7) See registered extensions below (shortcut in parenthesis) - com.extensiontest.SampleExtension: Sample extension (version 1.0.0) diff --git a/docs/QUICK_START.md b/docs/QUICK_START.md index c07bc8b5..396c7bb3 100644 --- a/docs/QUICK_START.md +++ b/docs/QUICK_START.md @@ -8,7 +8,7 @@ Follow the steps below. ### 1- Installing Butterfly * Install Butterfly following [this document](https://paypal.github.io/butterfly/Installing-Butterfly). -* Following the same document, install [butterfly-springboot-extension-3.2.6.jar](https://paypal.github.io/butterfly/jar/butterfly-springboot-extension-3.2.6.jar) Butterfly extension, which will be used to transform the sample application. +* Following the same document, install [butterfly-springboot-extension-3.2.7.jar](https://paypal.github.io/butterfly/jar/butterfly-springboot-extension-3.2.7.jar) Butterfly extension, which will be used to transform the sample application. ### 2- The sample application diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index a62fa8bd..6ed9b370 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,6 +1,17 @@ # Release notes +## 3.2.7 + +#### Release date +November 8th, 2023 + +#### New features and enhancements +None + +#### Bug fixes +* [407 - Upgrading Spring, Spring Boot and other select libraries](https://github.com/paypal/butterfly/issues/407) + ## 3.2.6 #### Release date diff --git a/docs/jar/butterfly-springboot-extension-3.2.6.jar b/docs/jar/butterfly-springboot-extension-3.2.7.jar similarity index 73% rename from docs/jar/butterfly-springboot-extension-3.2.6.jar rename to docs/jar/butterfly-springboot-extension-3.2.7.jar index 47414d3e..1a4c6270 100644 Binary files a/docs/jar/butterfly-springboot-extension-3.2.6.jar and b/docs/jar/butterfly-springboot-extension-3.2.7.jar differ