Skip to content

Commit

Permalink
Updated changelog and readme for v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbosecke committed Feb 21, 2015
1 parent 7358692 commit 8c9fa44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.4.1
- Performance improvements

## v1.4.0
- Added ServletLoader which is the only built-in loader that works with JBoss/Wildfly
- Added "first" filter
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.0 </version>
<version> 1.4.1 </version>
</dependency>
```

Expand Down

0 comments on commit 8c9fa44

Please sign in to comment.