Skip to content

Commit

Permalink
Releasing 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocarvalho777 committed Apr 5, 2023
1 parent 0b7ef13 commit d2f4f0e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allprojects {
apply plugin: "jacoco"

group = 'com.paypal.butterfly'
version = '3.2.6-SNAPSHOT'
version = '3.2.6'

repositories {
mavenLocal()
Expand Down
6 changes: 3 additions & 3 deletions docs/Installing-Butterfly.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 12 additions & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file not shown.

0 comments on commit d2f4f0e

Please sign in to comment.