diff --git a/gatsby-config.js b/gatsby-config.js index b7bf344..f50dd41 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -27,7 +27,7 @@ module.exports = { }, ], windup: { - version: "6.3.1.Final", + version: "6.3.2.Final", idePlugins: [ // { // title: "IntelliJ (Tech preview)", diff --git a/src/content/blog/release-notes/6-3-2/index.md b/src/content/blog/release-notes/6-3-2/index.md new file mode 100644 index 0000000..376c0ea --- /dev/null +++ b/src/content/blog/release-notes/6-3-2/index.md @@ -0,0 +1,15 @@ +--- +title: Windup 6.3.2 Release Notes +description: Windup 6.3.2 Release Notes +featured: false +author: mrizzi +date: 2023-10-13T00:00:00Z +tags: + - release notes +--- + +# Bug fixes + +- New ruleset for JBoss EAP 8 migration (log4j-jboss-manager removal) ([WINDUPRULE-1018](https://issues.redhat.com/browse/WINDUPRULE-1018)) +- Security updates + \ No newline at end of file