# Bud v5.8.6 released

**URL:** https://discourse.roots.io/t/bud-v5-8-6-released/23205
**Category:** bud
**Tags:** releases
**Created:** 2022-05-22T23:26:28Z
**Posts:** 1

## Post 1 by @kellymears — 2022-05-22T23:26:28Z

[bud v5.8.6 released](https://github.com/roots/bud/releases/tag/v5.8.6)

A couple minor fixes. Recommended for all users of 5.8.x.

1. Users of [@roots/sage](https://bud.js.org/extensions/sage) who are using [dynamic imports](https://bud.js.org/guides/general-use/dynamic-imports) can use [`bud.setPublicPath`](https://bud.js.org/docs/bud.setPublicPath) without causing issues with acorn. It’s also fine to continue setting the publicPath in the `entry` call.

2. Fixes an issue with `bud.assets` that resulted in the hash not being applied to copied filenames.

## Changes

-[:roller_skate: improve(patch): @roots/sage: allow for use of app.setPublicPath](https://github.com/roots/bud/pull/1423)  
-[:bug: fix(patch): include hash with bud.assets calls](https://github.com/roots/bud/pull/1424)
