We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c086c commit e163a81Copy full SHA for e163a81
2 files changed
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 5.3.0
11
+
12
+### Added
13
14
+* Support Emoji 14.0
15
+* Update to Twemoji v14.0.1
16
17
## 5.2.0
18
19
### Changed
@@ -30,8 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
37
31
38
### Added
32
39
33
- * Support Emoji 13.1 #43 [@aried3r]
34
- * Depends on unicode-emoji v2.8.x #43 [@aried3r]
40
+* Support Emoji 13.1 #43 [@aried3r]
41
+* Depends on unicode-emoji v2.8.x #43 [@aried3r]
35
42
36
43
## 4.2.0
44
lib/prawn/emoji/version.rb
@@ -2,6 +2,6 @@
2
3
module Prawn
4
module Emoji
5
- VERSION = '5.2.0'
+ VERSION = '5.3.0'
6
end
0 commit comments