Skip to content

Commit 067c18d

Browse files
committed
💎 bump to 3.0.4
1 parent d799e19 commit 067c18d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.0.4 - 2019-04-03
2+
3+
* Expose options in #render_s [#1249](https://github.com/github/markup/pull/1249)
4+
* Upgrade to Asciidoctor 2.0.x [#1264](https://github.com/github/markup/pull/1264)
5+
16
## 3.0.3 - 2018-12-17
27

38
* Temporarily remove support for POD6 [#1248](https://github.com/github/markup/pull/1248)

lib/github-markup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module GitHub
22
module Markup
3-
VERSION = '3.0.3'
3+
VERSION = '3.0.4'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)