fb-contrib icon indicating copy to clipboard operation
fb-contrib copied to clipboard

Release Notes Information

Open mttjj opened this issue 6 years ago • 3 comments

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?

mttjj avatar Nov 19 '19 20:11 mttjj

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

ThrawnCA avatar Nov 20 '19 01:11 ThrawnCA