Hangfire 1.4 upgrade

I’m running Hangfire 1.3.4 in an asp.net mvc site with “application always running” (http://docs.hangfire.io/en/latest/deployment-to-production/making-aspnet-app-always-running.html)

Looking through v1.4 release notes and changes (http://hangfire.io/blog/2015/04/13/hangfire-1.4.0.html) makes me wonder if I need to change anything in the configuration code, in the applicationHost.config, in the database (schema/object changes) or anywhere else after upgrading via NuGet.

What would be the upgrade path and would should I be especially careful about?

You can do nothing, if you have automatic migrations enabled (true by default). This is a minor release (from version point of view), and there are no breaking changes – http://hangfire.io/blog/2015/04/13/hangfire-1.4.0.html#upgrading