Skip to content

Commit b20f0fe

Browse files
committed
Release 1.1.1 🎉
1 parent b2779e0 commit b20f0fe

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.1.1
2+
3+
## Fixed
4+
* Bug with several serializations in a row ([@past-one][]) [#90](https://github.com/nesaulov/surrealist/pull/90)
5+
16
# 1.1.0
27

38
## Added
@@ -82,5 +87,5 @@
8287
[@nulldef]: https://github.com/nulldef
8388
[@azhi]: https://github.com/azhi
8489
[@chrisatanasian]: https://github.com/chrisatanasian
85-
90+
[@past-one]: https://github.com/past-one
8691

lib/surrealist/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Surrealist
44
# Defines the version of Surrealist
5-
VERSION = '1.1.0'.freeze
5+
VERSION = '1.1.1'.freeze
66
end

0 commit comments

Comments
 (0)