Skip to content

Commit 6a4dd7b

Browse files
committed
Release Arbo 1.3.1
1 parent ee86f29 commit 6a4dd7b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.3.1 [](https://github.com/varyonic/arbo/compare/v1.3.0...v1.3.1)
4+
5+
* Fix patch of ActionView capture: OutputBuffer. [#5] by [@varyonic]
6+
37
## 1.3.0 [](https://github.com/varyonic/arbo/compare/v1.2.0...v1.3.0)
48

59
* Support Rails 7.1. [#3] by [@varyonic]
@@ -85,6 +89,7 @@ Initial release and extraction from Active Admin
8589
[#2]: https://github.com/varyonic/arbo/pull/2
8690
[#3]: https://github.com/varyonic/arbo/pull/3
8791
[#4]: https://github.com/varyonic/arbo/pull/4
92+
[#5]: https://github.com/varyonic/arbo/pull/5
8893

8994
[@aramvisser]: https://github.com/aramvisser
9095
[@deivid-rodriguez]: https://github.com/deivid-rodriguez

lib/arbo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Arbo
2-
VERSION = '1.3.0'
2+
VERSION = '1.3.1'
33
end

0 commit comments

Comments
 (0)