Skip to content

Commit

Permalink
Updated changelog and readme to prepare for v1.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbosecke committed Mar 29, 2015
1 parent 84d8cd5 commit a5f597a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.4.4
- Bug fix regarding NPE with internal cache
- Bug fix when using suffix with the file loader

## v1.4.3
- Bug fix for issue regarding multiple for loops only rendering first one

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ First, add the following dependency to your pom.xml:
<dependency>
<groupId>com.mitchellbosecke</groupId>
<artifactId>pebble</artifactId>
<version> 1.4.3 </version>
<version> 1.4.4 </version>
</dependency>
```

Expand Down

0 comments on commit a5f597a

Please sign in to comment.