Skip to content

Commit

Permalink
Update CHANGELOG.md for release 1.0.0-beta2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Jun 25, 2019
1 parent 174a4a5 commit 37e0f10
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
selenium:
image: selenium/standalone-chrome:3
image: selenium/standalone-chrome-debug:3.141.59-oxygen
environment:
- DISPLAY=:99
- SE_OPTS=-debug
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# Change Log

## [1.0.0-beta2](https://github.com/openeuropa/oe_editorial/tree/1.0.0-beta2) (2019-06-25)
[Full Changelog](https://github.com/openeuropa/oe_editorial/compare/1.0.0-beta1...1.0.0-beta2)

**Merged pull requests:**

- OPENEUROPA-1897: Use ci image. [\#27](https://github.com/openeuropa/oe_editorial/pull/27) ([imanoleguskiza](https://github.com/imanoleguskiza))
- OPENEUROPA-1770: Shortcuts on workflow block on node view page [\#23](https://github.com/openeuropa/oe_editorial/pull/23) ([nagyad](https://github.com/nagyad))

## [1.0.0-beta1](https://github.com/openeuropa/oe_editorial/tree/1.0.0-beta1) (2019-05-15)
[Full Changelog](https://github.com/openeuropa/oe_editorial/compare/0.2.0...1.0.0-beta1)

**Closed issues:**

- Create release 1.0.0-beta1 [\#25](https://github.com/openeuropa/oe_editorial/issues/25)

**Merged pull requests:**

- OPENEUROPA-1864: Update Changelog for release 1.0.0-beta1. [\#26](https://github.com/openeuropa/oe_editorial/pull/26) ([sergepavle](https://github.com/sergepavle))

## [0.2.0](https://github.com/openeuropa/oe_editorial/tree/0.2.0) (2019-05-07)
[Full Changelog](https://github.com/openeuropa/oe_editorial/compare/0.1.1...0.2.0)

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
# - 3306:3306
# Spawn a Selenium server which also includes a VNC server on localhost:5900 (the password is "secret")
selenium:
image: selenium/standalone-chrome-debug:3
image: selenium/standalone-chrome-debug:3.141.59-oxygen
environment:
- DISPLAY=:99
- SE_OPTS=-debug
Expand Down

0 comments on commit 37e0f10

Please sign in to comment.