Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Notes Information #375

Open
mttjj opened this issue Nov 19, 2019 · 1 comment
Open

Release Notes Information #375

mttjj opened this issue Nov 19, 2019 · 1 comment

Comments

@mttjj
Copy link

mttjj commented Nov 19, 2019

Apologies if this has been asked before and apologies for opening an issue for a tangential topic.

Is there somewhere we can find documented release notes for some of the latest releases? We are currently using version 7.4.3.sb and would like to upgrade to 7.4.7 but I can't find any documentation on what changed. I know it is a very minor version bump but I still like to read what changed :). The main site is a little out of date as well. Reading through some of the recent issues it also appears that you have split the sb releases under a new groupId/artifactId? So I guess we should really be updating our plugin from:

<plugin>
    <groupId>com.mebigfatguy.fb-contrib</groupId>
    <artifactId>fb-contrib</artifactId>
    <version>7.4.3.sb</version>
</plugin>

to

<plugin>
    <groupId>com.mebigfatguy.sb-contrib</groupId>
    <artifactId>sb-contrib</artifactId>
    <version>7.4.7</version>
</plugin>

Does that look correct?

@ThrawnCA
Copy link
Contributor

That looks like the correct coordinates, yes. Sorry, I don't think that there's an official changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants