Skip to content

Commit

Permalink
Bump version and update ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
aquasync committed Jul 3, 2012
1 parent 93c1a17 commit c8f8491
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
== 1.5.1 / 2012-07-03

- Fix handling of different body types (issue #14). Was breaking on
files without RTF content since 8933c26e, and also failing on files
where PR_BODY_HTML was a string rather than a stream.
- Move classes from RTF into Mapi::RTF (github #4).

== 1.5.0 / 2011-05-18

- Fixes for ruby 1.9.
Expand Down
2 changes: 1 addition & 1 deletion lib/mapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'mapi/property_set'

module Mapi
VERSION = '1.5.0'
VERSION = '1.5.1'

#
# Mapi::Item is the base class used for all mapi objects, and is purely a
Expand Down

0 comments on commit c8f8491

Please sign in to comment.