CHANGELOG.md in imessage-0.3.1 vs CHANGELOG.md in imessage-0.3.2
- old
+ new
@@ -1,33 +1,37 @@
# CHANGELOG
## master
+## [v0.3.2](https://github.com/linjunpop/imessage/tree/v0.3.2)
+
+- Fixes Unable to send the single quote(') in message body. [#13](https://github.com/linjunpop/imessage/issues/13)
+
## [v0.3.1](https://github.com/linjunpop/imessage/tree/v0.3.1)
-* Skip dev tasks when being installed by Homebrew
+- Skip dev tasks when being installed by Homebrew
## [v0.3.0](https://github.com/linjunpop/imessage/tree/v0.3.0)
-* Raise error if no contacts specified.
-* Update project structure for better development experience.
-* Fixes typo in help message [@bfontaine](https://github.com/bfontaine)
+- Raise error if no contacts specified.
+- Update project structure for better development experience.
+- Fixes typo in help message [@bfontaine](https://github.com/bfontaine)
## [v0.2.0](https://github.com/linjunpop/imessage/tree/v0.2.0)
-* Make it possible to run imessage standalone.
+- Make it possible to run imessage standalone.
## [v0.1.1](https://github.com/linjunpop/imessage/tree/v0.1.1)
-* Fixes fail to send messages without attachment. [#3](https://github.com/linjunpop/imessage/issues/3)
+- Fixes fail to send messages without attachment. [#3](https://github.com/linjunpop/imessage/issues/3)
## [v0.1.0](https://github.com/linjunpop/imessage/tree/v0.1.0)
-* Now imessage can send attachment with `-a`.
+- Now imessage can send attachment with `-a`.
## [v0.0.2](https://github.com/linjunpop/imessage/tree/v0.0.2)
-* Keep ruby 1.9 compatibility [@otzy007](https://github.com/otzy007) (https://github.com/linjunpop/imessage/pull/1)
+- Keep ruby 1.9 compatibility [@otzy007](https://github.com/otzy007) (https://github.com/linjunpop/imessage/pull/1)
## [v0.0.1](https://github.com/linjunpop/imessage/tree/v0.0.1)
-* Implement send iMessage.
+- Implement send iMessage.