Skip to content

Commit 99f5c53

Browse files
committed
Bump version and update ChangeLog.
1 parent fa01e1d commit 99f5c53

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
== 1.5.2 / 2014-08-20
2+
3+
- Move mime.rb file to avoid conflicts with mime_types gem (github #7,
4+
blerins).
5+
- Minor fix to mapitool for ruby >= 1.9.
6+
- Alway require mapi/convert (indirect fix for missed step in README,
7+
github #6).
8+
- Various minor cleanups.
9+
110
== 1.5.1 / 2012-07-03
211

312
- Fix handling of different body types (issue #14). Was breaking on

lib/mapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mapi
2-
VERSION = '1.5.1'
2+
VERSION = '1.5.2'
33
end

0 commit comments

Comments
 (0)