Skip to content

Commit

Permalink
Changelog / version.rb [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Jun 24, 2017
1 parent 4e577e7 commit b4049b8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,23 @@

## [Unreleased](https://github.com/transitland/transitland-datastore/tree/HEAD)

[Full Changelog](https://github.com/transitland/transitland-datastore/compare/4.9.33...HEAD)
[Full Changelog](https://github.com/transitland/transitland-datastore/compare/4.9.34...HEAD)

**Merged pull requests:**

- Production release 4.9.34 [\#1113](https://github.com/transitland/transitland-datastore/pull/1113) ([irees](https://github.com/irees))

## [4.9.34](https://github.com/transitland/transitland-datastore/tree/4.9.34) (2017-06-22)
[Full Changelog](https://github.com/transitland/transitland-datastore/compare/4.9.33...4.9.34)

**Fixed bugs:**

- Stop becomes StopPlatform [\#1103](https://github.com/transitland/transitland-datastore/issues/1103)
- Slow StopsController include query [\#996](https://github.com/transitland/transitland-datastore/issues/996)

**Merged pull requests:**

- Check if Stop is a Stop or StopPlatform [\#1115](https://github.com/transitland/transitland-datastore/pull/1115) ([irees](https://github.com/irees))
- Production release 4.9.33 [\#1110](https://github.com/transitland/transitland-datastore/pull/1110) ([irees](https://github.com/irees))

## [4.9.33](https://github.com/transitland/transitland-datastore/tree/4.9.33) (2017-06-19)
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module TransitlandDatastore
class Application
VERSION = "4.9.34"
VERSION = "4.9.35"
end
end

0 comments on commit b4049b8

Please sign in to comment.