Skip to content

Commit 927c076

Browse files
authored
Merge pull request #4 from sh24/release-please--branches--master--components--frontapp
chore(master): release 1.0.0
2 parents a8076f6 + 92541c2 commit 927c076

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-04-11)
4+
5+
6+
### Features
7+
8+
* ruby 3 compat fixes ([262e3a4](https://github.com/sh24/frontapp/commit/262e3a433cca5be900031ca49385f71b8717c4d6))

lib/frontapp/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Frontapp
2-
VERSION = "0.0.12"
2+
VERSION = "1.0.0"
33
end

0 commit comments

Comments
 (0)