diff --git a/build.gradle b/build.gradle index 7b79bd42..5d4e00b3 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ allprojects { apply plugin: "jacoco" group = 'com.paypal.butterfly' - version = '3.2.6-SNAPSHOT' + version = '3.2.6' repositories { mavenLocal() diff --git a/docs/Installing-Butterfly.md b/docs/Installing-Butterfly.md index 45d7f410..c49364c4 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.5/butterfly-cli-package-3.2.5.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. 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.5) +Butterfly application transformation tool (version 3.2.6) 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.5) +Butterfly application transformation tool (version 3.2.6) 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 5f47d443..c07bc8b5 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.5.jar](https://paypal.github.io/butterfly/jar/butterfly-springboot-extension-3.2.5.jar) Butterfly extension, which will be used to transform the sample application. +* 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. ### 2- The sample application diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 3e84c211..a62fa8bd 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,6 +1,18 @@ # Release notes +## 3.2.6 + +#### Release date +April 5th, 2023 + +#### New features and enhancements +None + +#### Bug fixes +* [397 - Fix Temporary File Information Disclosure Vulnerability](https://github.com/paypal/butterfly/issues/397) +* [402 - Update woodstox and zip4j to fix security vulnerabilities](https://github.com/paypal/butterfly/issues/402) + ## 3.2.5 #### Release date diff --git a/docs/jar/butterfly-springboot-extension-3.2.5.jar b/docs/jar/butterfly-springboot-extension-3.2.6.jar similarity index 73% rename from docs/jar/butterfly-springboot-extension-3.2.5.jar rename to docs/jar/butterfly-springboot-extension-3.2.6.jar index ec8fc112..47414d3e 100644 Binary files a/docs/jar/butterfly-springboot-extension-3.2.5.jar and b/docs/jar/butterfly-springboot-extension-3.2.6.jar differ