# Latest

Check for [unreleased][] changes.

## [2.2.0][] - 2019-02-21

- Added functionality to extend slugify
- Updated Docs

# Previous

## [2.1.0][] - January 31, 2019

- Added functionality to make URIs unique or report error
- Tests added
- Test boiler plate removed

## [2.0.1][] - January 31, 2019

- Fixed permalink override option
- Test added

## [2.0.0][] - October 15, 2018

- Migrated to slugify to fix security issues: slug options changed slightly
- Tests added

## [1.0.0][] - September 6, 2018

- Published latest version and fixed API by releasing v1

## [0.4.0][] - September 2, 2014

- Published latest version and fixed API by releasing v1

## [0.3.2][] - June 11, 2014

- add `permalink: false` option to disable permalinking

## [0.3.1][] - June 2, 2014

- fix installing `substitute` dependency

## [0.3.0][] - April 2, 2014

- fix backslashes in permalinks on windows
- cleanup tests

## [0.2.2][] - March 14, 2014

- fix relative file copying
- add option to turn off relative file copying

## [0.2.1][] - March 14, 2014

- remove `debugger` statement, holy crap

## [0.2.0][] - March 11, 2014

- remove `debugger` statement

## [0.1.3][] - March 11, 2014

- add `date` option for rendering dates

## [0.1.2][] - March 10, 2014

- `toString` replacements

## [0.1.1][] - March 7, 2014

- remove `debugger` statement

## [0.1.0][] - March 6, 2014

- fix `substitute` dependency

## [0.0.2][] - February 6, 2014

- add string shorthand
- add duplicating of relative assets

## 0.0.1 - February 6, 2014

- add debug statements

---

:sparkles:

---

[unreleased]: https://github.com/segmentio/metalsmith-permalinks/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/segmentio/metalsmith-permalinks/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/segmentio/metalsmith-permalinks/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/segmentio/metalsmith-permalinks/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/segmentio/metalsmith-permalinks/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.4.0...v1.0.0
[0.4.0]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.0.2...v0.1.0
[0.0.2]: https://github.com/segmentio/metalsmith-permalinks/compare/v0.0.1...v0.0.2
