diff --git a/CHANGELOG.md b/CHANGELOG.md index 5097c8f8..adeb4369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -3.2.2 (unreleased) ------------------- +3.2.2 (Jul 20 2020) +------------------- * Add [`select`](https://mozilla.github.io/nunjucks/templating.html#select) and [`reject`](https://mozilla.github.io/nunjucks/templating.html#reject) filters. diff --git a/package.json b/package.json index f7e1d285..229ea5a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nunjucks", "description": "A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)", - "version": "3.2.1", + "version": "3.2.2", "author": "James Long ", "dependencies": { "a-sync-waterfall": "^1.0.0",