Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-beta.1 (2022-04-28)

### Features

* add ampltiude cookie support ([#6](#6)) ([196eed0](196eed0))
* add docs action ([#3](#3)) ([412376d](412376d))
* add logger and debug support ([#4](#4)) ([f627089](f627089))
* docs and tests update ([#5](#5)) ([4251c45](4251c45))
* setup barebone basic classes ([#2](#2)) ([a9e9e03](a9e9e03))
* setup basic repo file and workflow ([#1](#1)) ([448a2b4](448a2b4))
  • Loading branch information
amplitude-sdk-bot committed Apr 28, 2022
1 parent 3392f2c commit 3d1b2dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 1.0.0-beta.1 (2022-04-28)


### Features

* add ampltiude cookie support ([#6](https://github.com/amplitude/experiment-ruby-server/issues/6)) ([196eed0](https://github.com/amplitude/experiment-ruby-server/commit/196eed0c75b0d6cf230ac1f0a9f34e70dc9ba755))
* add docs action ([#3](https://github.com/amplitude/experiment-ruby-server/issues/3)) ([412376d](https://github.com/amplitude/experiment-ruby-server/commit/412376d41aba4f112487402c1ee88d4ac0b39ea9))
* add logger and debug support ([#4](https://github.com/amplitude/experiment-ruby-server/issues/4)) ([f627089](https://github.com/amplitude/experiment-ruby-server/commit/f6270895f28887b27bffec8b2c2c9f67169d8698))
* docs and tests update ([#5](https://github.com/amplitude/experiment-ruby-server/issues/5)) ([4251c45](https://github.com/amplitude/experiment-ruby-server/commit/4251c455498e20e8be1c1f51b8afe08c6f97709a))
* setup barebone basic classes ([#2](https://github.com/amplitude/experiment-ruby-server/issues/2)) ([a9e9e03](https://github.com/amplitude/experiment-ruby-server/commit/a9e9e03ba4979e5b3aba67d49d9c94cc4ee2c62b))
* setup basic repo file and workflow ([#1](https://github.com/amplitude/experiment-ruby-server/issues/1)) ([448a2b4](https://github.com/amplitude/experiment-ruby-server/commit/448a2b4dec4b5df15c18d60ec2cc1e282e0ac15d))
2 changes: 1 addition & 1 deletion lib/experiment/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Experiment
VERSION = '0.1.0'.freeze
VERSION = '1.0.0.beta.1'.freeze
end

0 comments on commit 3d1b2dd

Please sign in to comment.